#590A07

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

Shades of Red Oxide #590A07

Tints of Red Oxide #590A07

Color information

#590A07 (or 0x590A07) is unknown color: approx Red Oxide. HEX triplet: 59, 0A and 07. RGB value is (89,10,7). Sum of RGB (Red+Green+Blue) = 89+10+7=106 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.96% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 89 - color contains mainly: red. Hex color #590A07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590A07 is #A6F5F8. Grayscale: #212121. Windows color (decimal): -10941945 or 461401. OLE color: 461401.

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

Color convert

RGB89107-
CMYK00.890.920.65
HSL2.2º85.42%18.82%-
HSV(B)2.2º92.13%34.9%-
XYZ4.272.360.43-
YUV33.28113.17167.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 83.96%
GREEN value IS 10 (4.30% from 255) = 9.43%
BLUE value IS 7 (3.12% from 255) = 6.60%
R=83.96%
G=9.43%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8910700.890.920.652.285.4218.82
Hex59A70595C4125513
Octal1311270131134101212523
Binary10110011010111010110011011100100000110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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