#591604

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

Shades of Red Oxide #591604

Tints of Red Oxide #591604

Color information

#591604 (or 0x591604) is unknown color: approx Red Oxide. HEX triplet: 59, 16 and 04. RGB value is (89,22,4). Sum of RGB (Red+Green+Blue) = 89+22+4=115 (15% of max value = 765). Red value is 89 (35.16% from 255 or 77.39% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 89 - color contains mainly: red. Hex color #591604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591604 is #A6E9FB. Grayscale: #282828. Windows color (decimal): -10938876 or 267865. OLE color: 267865.

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

Color convert

RGB89224-
CMYK00.750.960.65
HSL12.71º91.4%18.24%-
HSV(B)12.71º95.51%34.9%-
XYZ4.432.710.4-
YUV39.98107.7162.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 77.39%
GREEN value IS 22 (8.98% from 255) = 19.13%
BLUE value IS 4 (1.95% from 255) = 3.48%
R=77.39%
G=19.13%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8922400.750.960.6512.7191.418.24
Hex5916404B6041d5b12
Octal13126401131401011513322
Binary10110011011010001001011110000010000011101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591604; }

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

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

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

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

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

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

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

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