Html Css Color HEX #590901 Red Oxide

📋 copy color: '#590901'

red 89 ◦ green 9 ◦ blue 1

#590901
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #590901

Tints of Red Oxide #590901

RGB

 RED value IS 89 (35.16% from 255) = 89.9%

 GREEN value IS 9 (3.91% from 255) = 9.09%

 BLUE value IS 1 (0.78% from 255) = 1.01%

R = 89.9%
G = 9.09%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#590901 (or 0x590901) is known color: 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

RGB 89 9 1 -
CMYK 0 0.90 0.99 0.65
HSL 5.45º 0.98% 0.18% -
HSV(B) 5.45º 0.99% 0.35% -
XYZ 4.22 2.32 0.25 -
YUV 32.01 110.5 168.65 -
System Red Green Blue C M Y K H S L
Decimal 89 9 1 0 0.90 0.99 0.65 5.45 0.98 0.18
Hex 59 9 1 0 5A 63 41 5 62 12
Octal 131 11 1 0 132 143 101 5 142 22
Binary 1011001 1001 1 0 1011010 1100011 1000001 101 1100010 10010

Color Harmonies of #590901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590901

Black with #590901

Text Example


Text Example

White with #590901

Text Example


Text Example

HTML Codes & Css Web 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>