#59070C

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

Shades of Burnt Crimson #59070C

Tints of Burnt Crimson #59070C

Color information

#59070C (or 0x59070C) is unknown color: approx Burnt Crimson. HEX triplet: 59, 07 and 0C. RGB value is (89,7,12). Sum of RGB (Red+Green+Blue) = 89+7+12=108 (14% of max value = 765). Red value is 89 (35.16% from 255 or 82.41% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 89 - color contains mainly: red. Hex color #59070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59070C is #A6F8F3. Grayscale: #202020. Windows color (decimal): -10942708 or 788313. OLE color: 788313.

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

Color convert

RGB89712-
CMYK00.920.870.65
HSL356.34º85.42%18.82%-
HSV(B)356.34º92.13%34.9%-
XYZ4.262.30.57-
YUV32.09116.67168.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 82.41%
GREEN value IS 7 (3.12% from 255) = 6.48%
BLUE value IS 12 (5.08% from 255) = 11.11%
R=82.41%
G=6.48%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8971200.920.870.65356.3485.4218.82
Hex597C05C57411645513
Octal131714013412710154412523
Binary101100111111000101110010101111000001101100100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59070C; }

 p { color: rgb(89,7,12); }

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

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

 a { background-color: rgb(89,7,12); }

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

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

 span { border-color: rgb(89,7,12); }

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