#592120

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

Shades of Red Oxide #592120

Tints of Red Oxide #592120

Color information

#592120 (or 0x592120) is unknown color: approx Red Oxide. HEX triplet: 59, 21 and 20. RGB value is (89,33,32). Sum of RGB (Red+Green+Blue) = 89+33+32=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #592120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592120 is #A6DEDF. Grayscale: #313131. Windows color (decimal): -10936032 or 2105689. OLE color: 2105689.

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

Color convert

RGB893332-
CMYK00.630.640.65
HSL1.05º47.11%23.73%-
HSV(B)1.05º64.04%34.9%-
XYZ4.923.321.75-
YUV49.63118.05156.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.79%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 32 (12.89% from 255) = 20.78%
R=57.79%
G=21.43%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89333200.630.640.651.0547.1123.73
Hex59212003F404112f18
Octal131414007710010115730
Binary1011001100001100000011111110000001000001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592120; }

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

 H1.HeaderClassName
 {
   color: #592120;
 }
 .AnyTagClassName
 {
   color: #592120;
 }
</style>
background-color css

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

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

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

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

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

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