#590403

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

Shades of Red Oxide #590403

Tints of Red Oxide #590403

Color information

#590403 (or 0x590403) is unknown color: approx 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

RGB8943-
CMYK00.960.970.65
HSL0.7º93.48%18.04%-
HSV(B)0.7º96.63%34.9%-
XYZ4.182.220.29-
YUV29.3113.16170.58-

RGB Variations

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

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.12%
R=92.71%
G=4.17%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal894300.960.970.650.793.4818.04
Hex5943060614115d12
Octal131430140141101113522
Binary10110011001101100000110000110000011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>