#591516

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

Shades of Burnt Crimson #591516

Tints of Burnt Crimson #591516

Color information

#591516 (or 0x591516) is unknown color: approx Burnt Crimson. HEX triplet: 59, 15 and 16. RGB value is (89,21,22). Sum of RGB (Red+Green+Blue) = 89+21+22=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #591516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591516 is #A6EAE9. Grayscale: #292929. Windows color (decimal): -10939114 or 1447257. OLE color: 1447257.

HSL color Cylindrical-coordinate representation of color #591516: hue angle of 359.12º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591516 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB892122-
CMYK00.760.750.65
HSL359.12º61.82%21.57%-
HSV(B)359.12º76.4%34.9%-
XYZ4.532.721.04-
YUV41.45117.03161.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 67.42%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=67.42%
G=15.91%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89212200.760.750.65359.1261.8221.57
Hex59151604C4B411673e16
Octal131252601141131015477626
Binary10110011010110110010011001001011100000110110011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591516; }

 p { color: rgb(89,21,22); }

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

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

 a { background-color: rgb(89,21,22); }

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

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

 span { border-color: rgb(89,21,22); }

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