#590E07

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

Shades of Red Oxide #590E07

Tints of Red Oxide #590E07

Color information

#590E07 (or 0x590E07) is unknown color: approx Red Oxide. HEX triplet: 59, 0E and 07. RGB value is (89,14,7). Sum of RGB (Red+Green+Blue) = 89+14+7=110 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.91% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 89 - color contains mainly: red. Hex color #590E07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590E07 is #A6F1F8. Grayscale: #232323. Windows color (decimal): -10940921 or 462425. OLE color: 462425.

HSL color Cylindrical-coordinate representation of color #590E07: hue angle of 5.12º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #590E07 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB89147-
CMYK00.840.920.65
HSL5.12º85.42%18.82%-
HSV(B)5.12º92.13%34.9%-
XYZ4.322.450.45-
YUV35.63111.85166.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 80.91%
GREEN value IS 14 (5.86% from 255) = 12.73%
BLUE value IS 7 (3.12% from 255) = 6.36%
R=80.91%
G=12.73%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8914700.840.920.655.1285.4218.82
Hex59E70545C4155513
Octal1311670124134101512523
Binary101100111101110101010010111001000001101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,14,7); }

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

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

 a { background-color: rgb(89,14,7); }

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

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

 span { border-color: rgb(89,14,7); }

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