Html Css Color HEX #592220 Red Oxide

📋 copy color: '#592220'

red 89 ◦ green 34 ◦ blue 32

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

Shades of Red Oxide #592220

Tints of Red Oxide #592220

RGB

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

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

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

R = 57.42%
G = 21.94%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#592220 (or 0x592220) is known color: Red Oxide. HEX triplet: 59, 22 and 20. RGB value is (89,34,32). Sum of RGB (Red+Green+Blue) = 89+34+32=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #592220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592220 is #A6DDDF. Grayscale: #323232. Windows color (decimal): -10935776 or 2105945. OLE color: 2105945.

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

Color convert

RGB 89 34 32 -
CMYK 0 0.62 0.64 0.65
HSL 2.11º 0.47% 0.24% -
HSV(B) 2.11º 0.64% 0.35% -
XYZ 4.95 3.37 1.76 -
YUV 50.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 89 34 32 0 0.62 0.64 0.65 2.11 0.47 0.24
Hex 59 22 20 0 3E 40 41 2 2F 18
Octal 131 42 40 0 76 100 101 2 57 30
Binary 1011001 100010 100000 0 111110 1000000 1000001 10 101111 11000

Color Harmonies of #592220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592220

Black with #592220

Text Example


Text Example

White with #592220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592220; }

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

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

background-color css

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

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

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

border-color css

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

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

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