#590901

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

Shades of Red Oxide #590901

Tints of Red Oxide #590901

Color information

#590901 (or 0x590901) is unknown color: approx Red Oxide. HEX triplet: 59, 09 and 01. RGB value is (89,9,1). Sum of RGB (Red+Green+Blue) = 89+9+1=99 (13% of max value = 765). Red value is 89 (35.16% from 255 or 89.90% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 89 - color contains mainly: red. Hex color #590901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590901 is #A6F6FE. Grayscale: #202020. Windows color (decimal): -10942207 or 67929. OLE color: 67929.

HSL color Cylindrical-coordinate representation of color #590901: hue angle of 5.45º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590901 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB8991-
CMYK00.900.990.65
HSL5.45º97.78%17.65%-
HSV(B)5.45º98.88%34.9%-
XYZ4.222.320.25-
YUV32.01110.5168.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 89.90%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 1 (0.78% from 255) = 1.01%
R=89.90%
G=9.09%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal899100.900.990.655.4597.7817.65
Hex599105A634156212
Octal1311110132143101514222
Binary1011001100110101101011000111000001101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590901; }

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

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

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

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

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

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

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

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