Html Css Color HEX #591314 Burnt Crimson

📋 copy color: '#591314'

red 89 ◦ green 19 ◦ blue 20

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

Shades of Burnt Crimson #591314

Tints of Burnt Crimson #591314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.84%

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

R = 69.53%
G = 14.84%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#591314 (or 0x591314) is known color: Burnt Crimson. HEX triplet: 59, 13 and 14. RGB value is (89,19,20). Sum of RGB (Red+Green+Blue) = 89+19+20=128 (16% of max value = 765). Red value is 89 (35.16% from 255 or 69.53% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 89 - color contains mainly: red. Hex color #591314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591314 is #A6ECEB. Grayscale: #282828. Windows color (decimal): -10939628 or 1315673. OLE color: 1315673.

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

Color convert

RGB 89 19 20 -
CMYK 0 0.79 0.78 0.65
HSL 359.14º 0.65% 0.21% -
HSV(B) 359.14º 0.79% 0.35% -
XYZ 4.48 2.64 0.94 -
YUV 40.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 89 19 20 0 0.79 0.78 0.65 359.14 0.65 0.21
Hex 59 13 14 0 4F 4E 41 167 41 15
Octal 131 23 24 0 117 116 101 547 101 25
Binary 1011001 10011 10100 0 1001111 1001110 1000001 101100111 1000001 10101

Color Harmonies of #591314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591314

Black with #591314

Text Example


Text Example

White with #591314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591314; }

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

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

background-color css

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

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

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

border-color css

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

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

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