#592122

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

Shades of Burnt Crimson #592122

Tints of Burnt Crimson #592122

Color information

#592122 (or 0x592122) is unknown color: approx Burnt Crimson. HEX triplet: 59, 21 and 22. RGB value is (89,33,34). Sum of RGB (Red+Green+Blue) = 89+33+34=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #592122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592122 is #A6DEDD. Grayscale: #313131. Windows color (decimal): -10936030 or 2236761. OLE color: 2236761.

HSL color Cylindrical-coordinate representation of color #592122: hue angle of 358.93º 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 #592122 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB893334-
CMYK00.630.620.65
HSL358.93º45.9%23.92%-
HSV(B)358.93º62.92%34.9%-
XYZ4.953.331.89-
YUV49.86119.05155.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.05%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 34 (13.67% from 255) = 21.79%
R=57.05%
G=21.15%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89333400.630.620.65358.9345.923.92
Hex59212203F3E411672e18
Octal1314142077761015475630
Binary10110011000011000100111111111110100000110110011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592122; }

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

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

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

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

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

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

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

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