Html Css Color HEX #590403 Red Oxide

📋 copy color: '#590403'

red 89 ◦ green 4 ◦ blue 3

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

Shades of Red Oxide #590403

Tints of Red Oxide #590403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.17%

 BLUE value IS 3 (1.56% from 255) = 3.13%

R = 92.71%
G = 4.17%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#590403 (or 0x590403) is known color: Red Oxide. HEX triplet: 59, 04 and 03. RGB value is (89,4,3). Sum of RGB (Red+Green+Blue) = 89+4+3=96 (12% of max value = 765). Red value is 89 (35.16% from 255 or 92.71% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 89 - color contains mainly: red. Hex color #590403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590403 is #A6FBFC. Grayscale: #1D1D1D. Windows color (decimal): -10943485 or 197721. OLE color: 197721.

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

Color convert

RGB 89 4 3 -
CMYK 0 0.96 0.97 0.65
HSL 0.7º 0.93% 0.18% -
HSV(B) 0.7º 0.97% 0.35% -
XYZ 4.18 2.22 0.29 -
YUV 29.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 89 4 3 0 0.96 0.97 0.65 0.7 0.93 0.18
Hex 59 4 3 0 60 61 41 1 5D 12
Octal 131 4 3 0 140 141 101 1 135 22
Binary 1011001 100 11 0 1100000 1100001 1000001 1 1011101 10010

Color Harmonies of #590403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590403

Black with #590403

Text Example


Text Example

White with #590403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590403; }

 p { color: rgb(89,4,3); }

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

background-color css

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

 a { background-color: rgb(89,4,3); }

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

border-color css

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

 span { border-color: rgb(89,4,3); }

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