#591118

Color #591118 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #591118

Tints of Burnt Crimson #591118

Color information

#591118 (or 0x591118) is unknown color: approx Burnt Crimson. HEX triplet: 59, 11 and 18. RGB value is (89,17,24). Sum of RGB (Red+Green+Blue) = 89+17+24=130 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.46% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 89 - color contains mainly: red. Hex color #591118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591118 is #A6EEE7. Grayscale: #272727. Windows color (decimal): -10940136 or 1577305. OLE color: 1577305.

HSL color Cylindrical-coordinate representation of color #591118: hue angle of 354.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591118 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB891724-
CMYK00.810.730.65
HSL354.17º67.92%20.78%-
HSV(B)354.17º80.9%34.9%-
XYZ4.492.591.13-
YUV39.33119.35163.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 68.46%
GREEN value IS 17 (7.03% from 255) = 13.08%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=68.46%
G=13.08%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89172400.810.730.65354.1767.9220.78
Hex59111805149411624415
Octal1312130012111110154210425
Binary101100110001110000101000110010011000001101100010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591118; }

 p { color: rgb(89,17,24); }

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

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

 a { background-color: rgb(89,17,24); }

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

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

 span { border-color: rgb(89,17,24); }

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