Html Css Color HEX #592222 Red Oxide

📋 copy color: '#592222'

red 89 ◦ green 34 ◦ blue 34

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

Shades of Red Oxide #592222

Tints of Red Oxide #592222

RGB

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

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

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

R = 56.69%
G = 21.66%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#592222 (or 0x592222) is known color: Red Oxide. HEX triplet: 59, 22 and 22. RGB value is (89,34,34). Sum of RGB (Red+Green+Blue) = 89+34+34=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #592222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592222 is #A6DDDD. Grayscale: #323232. Windows color (decimal): -10935774 or 2237017. OLE color: 2237017.

HSL color Cylindrical-coordinate representation of color #592222: hue angle of 0º 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 #592222 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 34 34 -
CMYK 0 0.62 0.62 0.65
HSL 0.45% 0.24% -
HSV(B) 0.62% 0.35% -
XYZ 4.98 3.38 1.9 -
YUV 50.45 118.72 155.5 -
System Red Green Blue C M Y K H S L
Decimal 89 34 34 0 0.62 0.62 0.65 0 0.45 0.24
Hex 59 22 22 0 3E 3E 41 0 2D 18
Octal 131 42 42 0 76 76 101 0 55 30
Binary 1011001 100010 100010 0 111110 111110 1000001 0 101101 11000

Color Harmonies of #592222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592222

Black with #592222

Text Example


Text Example

White with #592222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592222; }

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

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

background-color css

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

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

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

border-color css

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

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

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