Html Css Color HEX #59080E Burnt Crimson

📋 copy color: '#59080E'

red 89 ◦ green 8 ◦ blue 14

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

Shades of Burnt Crimson #59080E

Tints of Burnt Crimson #59080E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.61%

R = 80.18%
G = 7.21%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#59080E (or 0x59080E) is known color: Burnt Crimson. HEX triplet: 59, 08 and 0E. RGB value is (89,8,14). Sum of RGB (Red+Green+Blue) = 89+8+14=111 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.18% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 89 - color contains mainly: red. Hex color #59080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59080E is #A6F7F1. Grayscale: #202020. Windows color (decimal): -10942450 or 919641. OLE color: 919641.

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

Color convert

RGB 89 8 14 -
CMYK 0 0.91 0.84 0.65
HSL 355.56º 0.84% 0.19% -
HSV(B) 355.56º 0.91% 0.35% -
XYZ 4.29 2.33 0.64 -
YUV 32.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 89 8 14 0 0.91 0.84 0.65 355.56 0.84 0.19
Hex 59 8 E 0 5B 54 41 164 54 13
Octal 131 10 16 0 133 124 101 544 124 23
Binary 1011001 1000 1110 0 1011011 1010100 1000001 101100100 1010100 10011

Color Harmonies of #59080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59080E

Black with #59080E

Text Example


Text Example

White with #59080E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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