Html Css Color HEX #591920 Burnt Crimson

📋 copy color: '#591920'

red 89 ◦ green 25 ◦ blue 32

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

Shades of Burnt Crimson #591920

Tints of Burnt Crimson #591920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.12%

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

R = 60.96%
G = 17.12%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#591920 (or 0x591920) is known color: Burnt Crimson. HEX triplet: 59, 19 and 20. RGB value is (89,25,32). Sum of RGB (Red+Green+Blue) = 89+25+32=146 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.96% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 89 - color contains mainly: red. Hex color #591920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591920 is #A6E6DF. Grayscale: #2C2C2C. Windows color (decimal): -10938080 or 2103641. OLE color: 2103641.

HSL color Cylindrical-coordinate representation of color #591920: hue angle of 353.44º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #591920 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 25 32 -
CMYK 0 0.72 0.64 0.65
HSL 353.44º 0.56% 0.22% -
HSV(B) 353.44º 0.72% 0.35% -
XYZ 4.73 2.92 1.68 -
YUV 44.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 89 25 32 0 0.72 0.64 0.65 353.44 0.56 0.22
Hex 59 19 20 0 48 40 41 161 38 16
Octal 131 31 40 0 110 100 101 541 70 26
Binary 1011001 11001 100000 0 1001000 1000000 1000001 101100001 111000 10110

Color Harmonies of #591920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591920

Black with #591920

Text Example


Text Example

White with #591920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591920; }

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

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

background-color css

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

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

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

border-color css

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

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

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