#590B09

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

Shades of Red Oxide #590B09

Tints of Red Oxide #590B09

Color information

#590B09 (or 0x590B09) is unknown color: approx Red Oxide. HEX triplet: 59, 0B and 09. RGB value is (89,11,9). Sum of RGB (Red+Green+Blue) = 89+11+9=109 (14% of max value = 765). Red value is 89 (35.16% from 255 or 81.65% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 89 - color contains mainly: red. Hex color #590B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590B09 is #A6F4F6. Grayscale: #222222. Windows color (decimal): -10941687 or 592729. OLE color: 592729.

HSL color Cylindrical-coordinate representation of color #590B09: hue angle of 1.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590B09 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB89119-
CMYK00.880.900.65
HSL1.5º81.63%19.22%-
HSV(B)1.5º89.89%34.9%-
XYZ4.292.380.49-
YUV34.09113.84167.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 81.65%
GREEN value IS 11 (4.69% from 255) = 10.09%
BLUE value IS 9 (3.91% from 255) = 8.26%
R=81.65%
G=10.09%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8911900.880.900.651.581.6319.22
Hex59B90585A4125213
Octal13113110130132101212223
Binary101100110111001010110001011010100000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,11,9); }

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

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

 a { background-color: rgb(89,11,9); }

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

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

 span { border-color: rgb(89,11,9); }

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