#59161B

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

Shades of Burnt Crimson #59161B

Tints of Burnt Crimson #59161B

Color information

#59161B (or 0x59161B) is unknown color: approx Burnt Crimson. HEX triplet: 59, 16 and 1B. RGB value is (89,22,27). Sum of RGB (Red+Green+Blue) = 89+22+27=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #59161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59161B is #A6E9E4. Grayscale: #2A2A2A. Windows color (decimal): -10938853 or 1775193. OLE color: 1775193.

HSL color Cylindrical-coordinate representation of color #59161B: hue angle of 355.52º 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 #59161B is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB892227-
CMYK00.750.700.65
HSL355.52º60.36%21.76%-
HSV(B)355.52º75.28%34.9%-
XYZ4.62.781.33-
YUV42.6119.2161.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.49%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 27 (10.94% from 255) = 19.57%
R=64.49%
G=15.94%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89222700.750.700.65355.5260.3621.76
Hex59161B04B46411643c16
Octal131263301131061015447426
Binary10110011011011011010010111000110100000110110010011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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