#592220

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

Shades of Red Oxide #592220

Tints of Red Oxide #592220

Color information

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

RGB893432-
CMYK00.620.640.65
HSL2.11º47.11%23.73%-
HSV(B)2.11º64.04%34.9%-
XYZ4.953.371.76-
YUV50.22117.72155.66-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89343200.620.640.652.1147.1123.73
Hex59222003E404122f18
Octal131424007610010125730
Binary10110011000101000000111110100000010000011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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