#590804

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

Shades of Red Oxide #590804

Tints of Red Oxide #590804

Color information

#590804 (or 0x590804) is unknown color: approx Red Oxide. HEX triplet: 59, 08 and 04. RGB value is (89,8,4). Sum of RGB (Red+Green+Blue) = 89+8+4=101 (13% of max value = 765). Red value is 89 (35.16% from 255 or 88.12% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 89 - color contains mainly: red. Hex color #590804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590804 is #A6F7FB. Grayscale: #1F1F1F. Windows color (decimal): -10942460 or 264281. OLE color: 264281.

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

Color convert

RGB8984-
CMYK00.910.960.65
HSL2.82º91.4%18.24%-
HSV(B)2.82º95.51%34.9%-
XYZ4.232.310.34-
YUV31.76112.34168.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 88.12%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 4 (1.95% from 255) = 3.96%
R=88.12%
G=7.92%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal898400.910.960.652.8291.418.24
Hex598405B604135b12
Octal1311040133140101313322
Binary10110011000100010110111100000100000111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590804; }

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

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

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

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

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

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

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

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