#592024

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

Shades of Burnt Crimson #592024

Tints of Burnt Crimson #592024

Color information

#592024 (or 0x592024) is unknown color: approx Burnt Crimson. HEX triplet: 59, 20 and 24. RGB value is (89,32,36). Sum of RGB (Red+Green+Blue) = 89+32+36=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #592024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592024 is #A6DFDB. Grayscale: #313131. Windows color (decimal): -10936284 or 2367577. OLE color: 2367577.

HSL color Cylindrical-coordinate representation of color #592024: hue angle of 355.79º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #592024 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB893236-
CMYK00.640.600.65
HSL355.79º47.11%23.73%-
HSV(B)355.79º64.04%34.9%-
XYZ4.953.282.04-
YUV49.5120.38156.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.69%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=56.69%
G=20.38%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89323600.640.600.65355.7947.1123.73
Hex5920240403C411642f18
Octal13140440100741015445730
Binary101100110000010010001000000111100100000110110010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592024; }

 p { color: rgb(89,32,36); }

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

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

 a { background-color: rgb(89,32,36); }

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

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

 span { border-color: rgb(89,32,36); }

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