Html Css Color HEX #59080C Burnt Crimson

📋 copy color: '#59080C'

red 89 ◦ green 8 ◦ blue 12

#59080C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #59080C

Tints of Burnt Crimson #59080C

RGB

 RED value IS 89 (35.16% from 255) = 81.65%

 GREEN value IS 8 (3.52% from 255) = 7.34%

 BLUE value IS 12 (5.08% from 255) = 11.01%

R = 81.65%
G = 7.34%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#59080C (or 0x59080C) is known color: Burnt Crimson. HEX triplet: 59, 08 and 0C. RGB value is (89,8,12). Sum of RGB (Red+Green+Blue) = 89+8+12=109 (14% of max value = 765). Red value is 89 (35.16% from 255 or 81.65% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 89 - color contains mainly: red. Hex color #59080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59080C is #A6F7F3. Grayscale: #202020. Windows color (decimal): -10942452 or 788569. OLE color: 788569.

HSL color Cylindrical-coordinate representation of color #59080C: hue angle of 357.04º 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 #59080C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 8 12 -
CMYK 0 0.91 0.87 0.65
HSL 357.04º 0.84% 0.19% -
HSV(B) 357.04º 0.91% 0.35% -
XYZ 4.27 2.32 0.57 -
YUV 32.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 89 8 12 0 0.91 0.87 0.65 357.04 0.84 0.19
Hex 59 8 C 0 5B 57 41 165 54 13
Octal 131 10 14 0 133 127 101 545 124 23
Binary 1011001 1000 1100 0 1011011 1010111 1000001 101100101 1010100 10011

Color Harmonies of #59080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59080C

Black with #59080C

Text Example


Text Example

White with #59080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59080C;
 }
 .AnyTagClassName
 {
   color: #59080C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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