#59171B

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

Shades of Burnt Crimson #59171B

Tints of Burnt Crimson #59171B

Color information

#59171B (or 0x59171B) is unknown color: approx Burnt Crimson. HEX triplet: 59, 17 and 1B. RGB value is (89,23,27). Sum of RGB (Red+Green+Blue) = 89+23+27=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #59171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59171B is #A6E8E4. Grayscale: #2B2B2B. Windows color (decimal): -10938597 or 1775449. OLE color: 1775449.

HSL color Cylindrical-coordinate representation of color #59171B: hue angle of 356.36º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59171B is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB892327-
CMYK00.740.700.65
HSL356.36º58.93%21.96%-
HSV(B)356.36º74.16%34.9%-
XYZ4.622.821.34-
YUV43.19118.87160.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.03%
GREEN value IS 23 (9.38% from 255) = 16.55%
BLUE value IS 27 (10.94% from 255) = 19.42%
R=64.03%
G=16.55%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89232700.740.700.65356.3658.9321.96
Hex59171B04A46411643b16
Octal131273301121061015447326
Binary10110011011111011010010101000110100000110110010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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