Html Css Color HEX #59090E Burnt Crimson

📋 copy color: '#59090E'

red 89 ◦ green 9 ◦ blue 14

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

Shades of Burnt Crimson #59090E

Tints of Burnt Crimson #59090E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.04%

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

R = 79.46%
G = 8.04%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#59090E (or 0x59090E) is known color: Burnt Crimson. HEX triplet: 59, 09 and 0E. RGB value is (89,9,14). Sum of RGB (Red+Green+Blue) = 89+9+14=112 (14% of max value = 765). Red value is 89 (35.16% from 255 or 79.46% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 89 - color contains mainly: red. Hex color #59090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59090E is #A6F6F1. Grayscale: #212121. Windows color (decimal): -10942194 or 919897. OLE color: 919897.

HSL color Cylindrical-coordinate representation of color #59090E: hue angle of 356.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59090E is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 9 14 -
CMYK 0 0.90 0.84 0.65
HSL 356.25º 0.82% 0.19% -
HSV(B) 356.25º 0.9% 0.35% -
XYZ 4.3 2.35 0.64 -
YUV 33.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 89 9 14 0 0.90 0.84 0.65 356.25 0.82 0.19
Hex 59 9 E 0 5A 54 41 164 52 13
Octal 131 11 16 0 132 124 101 544 122 23
Binary 1011001 1001 1110 0 1011010 1010100 1000001 101100100 1010010 10011

Color Harmonies of #59090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59090E

Black with #59090E

Text Example


Text Example

White with #59090E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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