#59080D

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

Shades of Burnt Crimson #59080D

Tints of Burnt Crimson #59080D

Color information

#59080D (or 0x59080D) is unknown color: approx Burnt Crimson. HEX triplet: 59, 08 and 0D. RGB value is (89,8,13). Sum of RGB (Red+Green+Blue) = 89+8+13=110 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.91% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 89 - color contains mainly: red. Hex color #59080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59080D is #A6F7F2. Grayscale: #202020. Windows color (decimal): -10942451 or 854105. OLE color: 854105.

HSL color Cylindrical-coordinate representation of color #59080D: hue angle of 356.3º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59080D is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB89813-
CMYK00.910.850.65
HSL356.3º83.51%19.02%-
HSV(B)356.3º91.01%34.9%-
XYZ4.282.330.6-
YUV32.79116.84168.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 80.91%
GREEN value IS 8 (3.52% from 255) = 7.27%
BLUE value IS 13 (5.47% from 255) = 11.82%
R=80.91%
G=7.27%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8981300.910.850.65356.383.5119.02
Hex598D05B55411645413
Octal1311015013312510154412423
Binary1011001100011010101101110101011000001101100100101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59080D; }

 p { color: rgb(89,8,13); }

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

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

 a { background-color: rgb(89,8,13); }

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

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

 span { border-color: rgb(89,8,13); }

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