Html Css Color HEX #591D20 Burnt Crimson

📋 copy color: '#591D20'

red 89 ◦ green 29 ◦ blue 32

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

Shades of Burnt Crimson #591D20

Tints of Burnt Crimson #591D20

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.33%

 BLUE value IS 32 (12.89% from 255) = 21.33%

R = 59.33%
G = 19.33%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#591D20 (or 0x591D20) is known color: Burnt Crimson. HEX triplet: 59, 1D and 20. RGB value is (89,29,32). Sum of RGB (Red+Green+Blue) = 89+29+32=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #591D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591D20 is #A6E2DF. Grayscale: #2F2F2F. Windows color (decimal): -10937056 or 2104665. OLE color: 2104665.

HSL color Cylindrical-coordinate representation of color #591D20: hue angle of 357º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #591D20 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 29 32 -
CMYK 0 0.67 0.64 0.65
HSL 357º 0.51% 0.23% -
HSV(B) 357º 0.67% 0.35% -
XYZ 4.82 3.11 1.71 -
YUV 47.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 89 29 32 0 0.67 0.64 0.65 357 0.51 0.23
Hex 59 1D 20 0 43 40 41 165 33 17
Octal 131 35 40 0 103 100 101 545 63 27
Binary 1011001 11101 100000 0 1000011 1000000 1000001 101100101 110011 10111

Color Harmonies of #591D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591D20

Black with #591D20

Text Example


Text Example

White with #591D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591D20; }

 p { color: rgb(89,29,32); }

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

background-color css

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

 a { background-color: rgb(89,29,32); }

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

border-color css

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

 span { border-color: rgb(89,29,32); }

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