#590A04

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

Shades of Red Oxide #590A04

Tints of Red Oxide #590A04

Color information

#590A04 (or 0x590A04) is unknown color: approx Red Oxide. HEX triplet: 59, 0A and 04. RGB value is (89,10,4). Sum of RGB (Red+Green+Blue) = 89+10+4=103 (13% of max value = 765). Red value is 89 (35.16% from 255 or 86.41% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 89 - color contains mainly: red. Hex color #590A04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590A04 is #A6F5FB. Grayscale: #212121. Windows color (decimal): -10941948 or 264793. OLE color: 264793.

HSL color Cylindrical-coordinate representation of color #590A04: hue angle of 4.24º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590A04 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB89104-
CMYK00.890.960.65
HSL4.24º91.4%18.24%-
HSV(B)4.24º95.51%34.9%-
XYZ4.252.350.34-
YUV32.94111.67167.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 86.41%
GREEN value IS 10 (4.30% from 255) = 9.71%
BLUE value IS 4 (1.95% from 255) = 3.88%
R=86.41%
G=9.71%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8910400.890.960.654.2491.418.24
Hex59A4059604145b12
Octal1311240131140101413322
Binary101100110101000101100111000001000001100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590A04; }

 p { color: rgb(89,10,4); }

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

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

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

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

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

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

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