#591404

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

Shades of Red Oxide #591404

Tints of Red Oxide #591404

Color information

#591404 (or 0x591404) is unknown color: approx Red Oxide. HEX triplet: 59, 14 and 04. RGB value is (89,20,4). Sum of RGB (Red+Green+Blue) = 89+20+4=113 (14% of max value = 765). Red value is 89 (35.16% from 255 or 78.76% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 89 - color contains mainly: red. Hex color #591404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591404 is #A6EBFB. Grayscale: #262626. Windows color (decimal): -10939388 or 267353. OLE color: 267353.

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

Color convert

RGB89204-
CMYK00.780.960.65
HSL11.29º91.4%18.24%-
HSV(B)11.29º95.51%34.9%-
XYZ4.392.630.39-
YUV38.81108.36163.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 78.76%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 4 (1.95% from 255) = 3.54%
R=78.76%
G=17.70%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8920400.780.960.6511.2991.418.24
Hex5914404E6041b5b12
Octal13124401161401011313322
Binary10110011010010001001110110000010000011011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591404; }

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

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

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

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

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

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

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

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