Html Css Color HEX #591114 Burnt Crimson

📋 copy color: '#591114'

red 89 ◦ green 17 ◦ blue 20

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

Shades of Burnt Crimson #591114

Tints of Burnt Crimson #591114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.49%

 BLUE value IS 20 (8.2% from 255) = 15.87%

R = 70.63%
G = 13.49%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#591114 (or 0x591114) is known color: Burnt Crimson. HEX triplet: 59, 11 and 14. RGB value is (89,17,20). Sum of RGB (Red+Green+Blue) = 89+17+20=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #591114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591114 is #A6EEEB. Grayscale: #262626. Windows color (decimal): -10940140 or 1315161. OLE color: 1315161.

HSL color Cylindrical-coordinate representation of color #591114: hue angle of 357.5º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591114 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 17 20 -
CMYK 0 0.81 0.78 0.65
HSL 357.5º 0.68% 0.21% -
HSV(B) 357.5º 0.81% 0.35% -
XYZ 4.45 2.58 0.92 -
YUV 38.87 117.35 163.76 -
System Red Green Blue C M Y K H S L
Decimal 89 17 20 0 0.81 0.78 0.65 357.5 0.68 0.21
Hex 59 11 14 0 51 4E 41 166 44 15
Octal 131 21 24 0 121 116 101 546 104 25
Binary 1011001 10001 10100 0 1010001 1001110 1000001 101100110 1000100 10101

Color Harmonies of #591114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591114

Black with #591114

Text Example


Text Example

White with #591114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591114; }

 p { color: rgb(89,17,20); }

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

background-color css

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

 a { background-color: rgb(89,17,20); }

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

border-color css

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

 span { border-color: rgb(89,17,20); }

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