#590D04

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

Shades of Red Oxide #590D04

Tints of Red Oxide #590D04

Color information

#590D04 (or 0x590D04) is unknown color: approx Red Oxide. HEX triplet: 59, 0D and 04. RGB value is (89,13,4). Sum of RGB (Red+Green+Blue) = 89+13+4=106 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.96% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 89 - color contains mainly: red. Hex color #590D04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590D04 is #A6F2FB. Grayscale: #222222. Windows color (decimal): -10941180 or 265561. OLE color: 265561.

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

Color convert

RGB89134-
CMYK00.850.960.65
HSL6.35º91.4%18.24%-
HSV(B)6.35º95.51%34.9%-
XYZ4.292.420.36-
YUV34.7110.68166.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 83.96%
GREEN value IS 13 (5.47% from 255) = 12.26%
BLUE value IS 4 (1.95% from 255) = 3.77%
R=83.96%
G=12.26%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8913400.850.960.656.3591.418.24
Hex59D4055604165b12
Octal1311540125140101613322
Binary101100111011000101010111000001000001110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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