Html Css Color HEX #59222C Burnt Crimson

📋 copy color: '#59222C'

red 89 ◦ green 34 ◦ blue 44

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

Shades of Burnt Crimson #59222C

Tints of Burnt Crimson #59222C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.36%

 BLUE value IS 44 (17.58% from 255) = 26.35%

R = 53.29%
G = 20.36%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59222C (or 0x59222C) is known color: Burnt Crimson. HEX triplet: 59, 22 and 2C. RGB value is (89,34,44). Sum of RGB (Red+Green+Blue) = 89+34+44=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #59222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59222C is #A6DDD3. Grayscale: #333333. Windows color (decimal): -10935764 or 2892377. OLE color: 2892377.

HSL color Cylindrical-coordinate representation of color #59222C: hue angle of 349.09º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59222C is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 34 44 -
CMYK 0 0.62 0.51 0.65
HSL 349.09º 0.45% 0.24% -
HSV(B) 349.09º 0.62% 0.35% -
XYZ 5.15 3.45 2.78 -
YUV 51.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 89 34 44 0 0.62 0.51 0.65 349.09 0.45 0.24
Hex 59 22 2C 0 3E 33 41 15D 2D 18
Octal 131 42 54 0 76 63 101 535 55 30
Binary 1011001 100010 101100 0 111110 110011 1000001 101011101 101101 11000

Color Harmonies of #59222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59222C

Black with #59222C

Text Example


Text Example

White with #59222C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59222C; }

 p { color: rgb(89,34,44); }

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

background-color css

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

 a { background-color: rgb(89,34,44); }

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

border-color css

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

 span { border-color: rgb(89,34,44); }

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