Html Css Color HEX #590501 Red Oxide

📋 copy color: '#590501'

red 89 ◦ green 5 ◦ blue 1

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

Shades of Red Oxide #590501

Tints of Red Oxide #590501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.26%

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

R = 93.68%
G = 5.26%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#590501 (or 0x590501) is known color: Red Oxide. HEX triplet: 59, 05 and 01. RGB value is (89,5,1). Sum of RGB (Red+Green+Blue) = 89+5+1=95 (12% of max value = 765). Red value is 89 (35.16% from 255 or 93.68% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 89 - color contains mainly: red. Hex color #590501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590501 is #A6FAFE. Grayscale: #1D1D1D. Windows color (decimal): -10943231 or 66905. OLE color: 66905.

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

Color convert

RGB 89 5 1 -
CMYK 0 0.94 0.99 0.65
HSL 2.73º 0.98% 0.18% -
HSV(B) 2.73º 0.99% 0.35% -
XYZ 4.18 2.23 0.24 -
YUV 29.66 111.83 170.33 -
System Red Green Blue C M Y K H S L
Decimal 89 5 1 0 0.94 0.99 0.65 2.73 0.98 0.18
Hex 59 5 1 0 5E 63 41 3 62 12
Octal 131 5 1 0 136 143 101 3 142 22
Binary 1011001 101 1 0 1011110 1100011 1000001 11 1100010 10010

Color Harmonies of #590501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590501

Black with #590501

Text Example


Text Example

White with #590501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590501; }

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

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

background-color css

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

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

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

border-color css

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

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

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