#901C3A

Color #901C3A Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #901C3A

Tints of Shiraz #901C3A

Color information

#901C3A (or 0x901C3A) is unknown color: approx Shiraz. HEX triplet: 90, 1C and 3A. RGB value is (144,28,58). Sum of RGB (Red+Green+Blue) = 144+28+58=230 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.61% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 144 - color contains mainly: red. Hex color #901C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901C3A is #6FE3C5. Grayscale: #424242. Windows color (decimal): -7332806 or 3808400. OLE color: 3808400.

HSL color Cylindrical-coordinate representation of color #901C3A: hue angle of 344.48º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901C3A is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB1442858-
CMYK00.810.600.44
HSL344.48º67.44%33.73%-
HSV(B)344.48º80.56%56.47%-
XYZ12.687.074.7-
YUV66.1123.43183.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 62.61%
GREEN value IS 28 (11.33% from 255) = 12.17%
BLUE value IS 58 (23.05% from 255) = 25.22%
R=62.61%
G=12.17%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144285800.810.600.44344.4867.4433.73
Hex901C3A0513C2C1584322
Octal22034720121745453010342
Binary1001000011100111010010100011111001011001010110001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901C3A; }

 p { color: rgb(144,28,58); }

 H1.HeaderClassName
 {
   color: #901C3A;
 }
 .AnyTagClassName
 {
   color: #901C3A;
 }
</style>
background-color css

<style>
 a { background-color: #901C3A; }

 a { background-color: rgb(144,28,58); }

 div.DivClassName
 {
   background-color: #901C3A;
 }
 .BgClassName
 {
   background-color: #901C3A;
 }
</style>
border-color css

<style>
 span { border-color: #901C3A; }

 span { border-color: rgb(144,28,58); }

 td.TdClassName
 {
   border-color: #901C3A;
 }
 .TagClassName
 {
   border-color: #901C3A;
 }
</style>