#901C37

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

Shades of Shiraz #901C37

Tints of Shiraz #901C37

Color information

#901C37 (or 0x901C37) is unknown color: approx Shiraz. HEX triplet: 90, 1C and 37. RGB value is (144,28,55). Sum of RGB (Red+Green+Blue) = 144+28+55=227 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.44% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 144 - color contains mainly: red. Hex color #901C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901C37 is #6FE3C8. Grayscale: #414141. Windows color (decimal): -7332809 or 3611792. OLE color: 3611792.

HSL color Cylindrical-coordinate representation of color #901C37: hue angle of 346.03º 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 #901C37 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB1442855-
CMYK00.810.620.44
HSL346.03º67.44%33.73%-
HSV(B)346.03º80.56%56.47%-
XYZ12.617.044.31-
YUV65.76121.93183.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 63.44%
GREEN value IS 28 (11.33% from 255) = 12.33%
BLUE value IS 55 (21.88% from 255) = 24.23%
R=63.44%
G=12.33%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144285500.810.620.44346.0367.4433.73
Hex901C370513E2C15a4322
Octal22034670121765453210342
Binary1001000011100110111010100011111101011001010110101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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