Html Css Color HEX #592122 Burnt Crimson

📋 copy color: '#592122'

red 89 ◦ green 33 ◦ blue 34

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

Shades of Burnt Crimson #592122

Tints of Burnt Crimson #592122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.15%

 BLUE value IS 34 (13.67% from 255) = 21.79%

R = 57.05%
G = 21.15%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#592122 (or 0x592122) is known color: Burnt Crimson. HEX triplet: 59, 21 and 22. RGB value is (89,33,34). Sum of RGB (Red+Green+Blue) = 89+33+34=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #592122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592122 is #A6DEDD. Grayscale: #313131. Windows color (decimal): -10936030 or 2236761. OLE color: 2236761.

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

Color convert

RGB 89 33 34 -
CMYK 0 0.63 0.62 0.65
HSL 358.93º 0.46% 0.24% -
HSV(B) 358.93º 0.63% 0.35% -
XYZ 4.95 3.33 1.89 -
YUV 49.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 89 33 34 0 0.63 0.62 0.65 358.93 0.46 0.24
Hex 59 21 22 0 3F 3E 41 167 2E 18
Octal 131 41 42 0 77 76 101 547 56 30
Binary 1011001 100001 100010 0 111111 111110 1000001 101100111 101110 11000

Color Harmonies of #592122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592122

Black with #592122

Text Example


Text Example

White with #592122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592122; }

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

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

background-color css

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

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

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

border-color css

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

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

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