#590D0B

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

Shades of Red Oxide #590D0B

Tints of Red Oxide #590D0B

Color information

#590D0B (or 0x590D0B) is unknown color: approx Red Oxide. HEX triplet: 59, 0D and 0B. RGB value is (89,13,11). Sum of RGB (Red+Green+Blue) = 89+13+11=113 (14% of max value = 765). Red value is 89 (35.16% from 255 or 78.76% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 89 - color contains mainly: red. Hex color #590D0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590D0B is #A6F2F4. Grayscale: #232323. Windows color (decimal): -10941173 or 724313. OLE color: 724313.

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

Color convert

RGB891311-
CMYK00.850.880.65
HSL1.54º78%19.61%-
HSV(B)1.54º87.64%34.9%-
XYZ4.322.440.56-
YUV35.5114.18166.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 78.76%
GREEN value IS 13 (5.47% from 255) = 11.50%
BLUE value IS 11 (4.69% from 255) = 9.73%
R=78.76%
G=11.50%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89131100.850.880.651.547819.61
Hex59DB055584124e14
Octal13115130125130101211624
Binary101100111011011010101011011000100000110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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