#592124

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

Shades of Burnt Crimson #592124

Tints of Burnt Crimson #592124

Color information

#592124 (or 0x592124) is unknown color: approx Burnt Crimson. HEX triplet: 59, 21 and 24. RGB value is (89,33,36). Sum of RGB (Red+Green+Blue) = 89+33+36=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #592124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592124 is #A6DEDB. Grayscale: #323232. Windows color (decimal): -10936028 or 2367833. OLE color: 2367833.

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

Color convert

RGB893336-
CMYK00.630.600.65
HSL356.79º45.9%23.92%-
HSV(B)356.79º62.92%34.9%-
XYZ4.983.342.05-
YUV50.09120.05155.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.33%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=56.33%
G=20.89%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89333600.630.600.65356.7945.923.92
Hex59212403F3C411652e18
Octal1314144077741015455630
Binary10110011000011001000111111111100100000110110010110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592124; }

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

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

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

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

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

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

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

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