#590706

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

Shades of Red Oxide #590706

Tints of Red Oxide #590706

Color information

#590706 (or 0x590706) is unknown color: approx Red Oxide. HEX triplet: 59, 07 and 06. RGB value is (89,7,6). Sum of RGB (Red+Green+Blue) = 89+7+6=102 (13% of max value = 765). Red value is 89 (35.16% from 255 or 87.25% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 89 - color contains mainly: red. Hex color #590706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590706 is #A6F8F9. Grayscale: #1F1F1F. Windows color (decimal): -10942714 or 395097. OLE color: 395097.

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

Color convert

RGB8976-
CMYK00.920.930.65
HSL0.72º87.37%18.63%-
HSV(B)0.72º93.26%34.9%-
XYZ4.232.290.39-
YUV31.4113.67169.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 87.25%
GREEN value IS 7 (3.12% from 255) = 6.86%
BLUE value IS 6 (2.73% from 255) = 5.88%
R=87.25%
G=6.86%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal897600.920.930.650.7287.3718.63
Hex597605C5D4115713
Octal131760134135101112723
Binary101100111111001011100101110110000011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590706; }

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

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

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

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

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

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

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

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