#592222

Color #592222 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #592222

Tints of Red Oxide #592222

Color information

#592222 (or 0x592222) is unknown color: approx 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

RGB893434-
CMYK00.620.620.65
HSL44.72%24.12%-
HSV(B)61.8%34.9%-
XYZ4.983.381.9-
YUV50.44118.72155.5-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89343400.620.620.65044.7224.12
Hex59222203E3E4102d18
Octal13142420767610105530
Binary101100110001010001001111101111101000001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>