#591E20

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

Shades of Burnt Crimson #591E20

Tints of Burnt Crimson #591E20

Color information

#591E20 (or 0x591E20) is unknown color: approx Burnt Crimson. HEX triplet: 59, 1E and 20. RGB value is (89,30,32). Sum of RGB (Red+Green+Blue) = 89+30+32=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #591E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591E20 is #A6E1DF. Grayscale: #2F2F2F. Windows color (decimal): -10936800 or 2104921. OLE color: 2104921.

HSL color Cylindrical-coordinate representation of color #591E20: hue angle of 357.97º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #591E20 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB893032-
CMYK00.660.640.65
HSL357.97º49.58%23.33%-
HSV(B)357.97º66.29%34.9%-
XYZ4.843.161.72-
YUV47.87119.05157.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.94%
GREEN value IS 30 (12.11% from 255) = 19.87%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=58.94%
G=19.87%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89303200.660.640.65357.9749.5823.33
Hex591E2004240411663217
Octal131364001021001015466227
Binary101100111110100000010000101000000100000110110011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591E20; }

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

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

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

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

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

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

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

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