#59161F

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

Shades of Burnt Crimson #59161F

Tints of Burnt Crimson #59161F

Color information

#59161F (or 0x59161F) is unknown color: approx Burnt Crimson. HEX triplet: 59, 16 and 1F. RGB value is (89,22,31). Sum of RGB (Red+Green+Blue) = 89+22+31=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #59161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59161F is #A6E9E0. Grayscale: #2B2B2B. Windows color (decimal): -10938849 or 2037337. OLE color: 2037337.

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

Color convert

RGB892231-
CMYK00.750.650.65
HSL351.94º60.36%21.76%-
HSV(B)351.94º75.28%34.9%-
XYZ4.652.81.59-
YUV43.06121.2160.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 62.68%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 31 (12.5% from 255) = 21.83%
R=62.68%
G=15.49%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89223100.750.650.65351.9460.3621.76
Hex59161F04B41411603c16
Octal131263701131011015407426
Binary10110011011011111010010111000001100000110110000011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59161F; }

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

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

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

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

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

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

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

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