#590604

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

Shades of Red Oxide #590604

Tints of Red Oxide #590604

Color information

#590604 (or 0x590604) is unknown color: approx Red Oxide. HEX triplet: 59, 06 and 04. RGB value is (89,6,4). Sum of RGB (Red+Green+Blue) = 89+6+4=99 (13% of max value = 765). Red value is 89 (35.16% from 255 or 89.90% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 89 - color contains mainly: red. Hex color #590604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590604 is #A6F9FB. Grayscale: #1E1E1E. Windows color (decimal): -10942972 or 263769. OLE color: 263769.

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

Color convert

RGB8964-
CMYK00.930.960.65
HSL1.41º91.4%18.24%-
HSV(B)1.41º95.51%34.9%-
XYZ4.212.260.33-
YUV30.59113169.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 89.90%
GREEN value IS 6 (2.73% from 255) = 6.06%
BLUE value IS 4 (1.95% from 255) = 4.04%
R=89.90%
G=6.06%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal896400.930.960.651.4191.418.24
Hex596405D604115b12
Octal131640135140101113322
Binary101100111010001011101110000010000011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590604; }

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

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

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

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

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

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

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

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