Html Css Color HEX #590801 Red Oxide

📋 copy color: '#590801'

red 89 ◦ green 8 ◦ blue 1

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

Shades of Red Oxide #590801

Tints of Red Oxide #590801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.16%

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

R = 90.82%
G = 8.16%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#590801 (or 0x590801) is known color: Red Oxide. HEX triplet: 59, 08 and 01. RGB value is (89,8,1). Sum of RGB (Red+Green+Blue) = 89+8+1=98 (12% of max value = 765). Red value is 89 (35.16% from 255 or 90.82% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 89 - color contains mainly: red. Hex color #590801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590801 is #A6F7FE. Grayscale: #1F1F1F. Windows color (decimal): -10942463 or 67673. OLE color: 67673.

HSL color Cylindrical-coordinate representation of color #590801: hue angle of 4.77º 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 #590801 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 8 1 -
CMYK 0 0.91 0.99 0.65
HSL 4.77º 0.98% 0.18% -
HSV(B) 4.77º 0.99% 0.35% -
XYZ 4.21 2.3 0.25 -
YUV 31.42 110.84 169.07 -
System Red Green Blue C M Y K H S L
Decimal 89 8 1 0 0.91 0.99 0.65 4.77 0.98 0.18
Hex 59 8 1 0 5B 63 41 5 62 12
Octal 131 10 1 0 133 143 101 5 142 22
Binary 1011001 1000 1 0 1011011 1100011 1000001 101 1100010 10010

Color Harmonies of #590801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590801

Black with #590801

Text Example


Text Example

White with #590801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590801; }

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

 H1.HeaderClassName
 {
   color: #590801;
 }
 .AnyTagClassName
 {
   color: #590801;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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