#591403

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

Shades of Red Oxide #591403

Tints of Red Oxide #591403

Color information

#591403 (or 0x591403) is unknown color: approx Red Oxide. HEX triplet: 59, 14 and 03. RGB value is (89,20,3). Sum of RGB (Red+Green+Blue) = 89+20+3=112 (14% of max value = 765). Red value is 89 (35.16% from 255 or 79.46% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 89 - color contains mainly: red. Hex color #591403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591403 is #A6EBFC. Grayscale: #262626. Windows color (decimal): -10939389 or 201817. OLE color: 201817.

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

Color convert

RGB89203-
CMYK00.780.970.65
HSL11.86º93.48%18.04%-
HSV(B)11.86º96.63%34.9%-
XYZ4.392.630.36-
YUV38.69107.86163.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 79.46%
GREEN value IS 20 (8.20% from 255) = 17.86%
BLUE value IS 3 (1.56% from 255) = 2.68%
R=79.46%
G=17.86%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8920300.780.970.6511.8693.4818.04
Hex5914304E6141c5d12
Octal13124301161411011413522
Binary1011001101001101001110110000110000011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591403; }

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

 H1.HeaderClassName
 {
   color: #591403;
 }
 .AnyTagClassName
 {
   color: #591403;
 }
</style>
background-color css

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

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

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

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

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

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