#591511

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

Shades of Red Oxide #591511

Tints of Red Oxide #591511

Color information

#591511 (or 0x591511) is unknown color: approx Red Oxide. HEX triplet: 59, 15 and 11. RGB value is (89,21,17). Sum of RGB (Red+Green+Blue) = 89+21+17=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #591511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591511 is #A6EAEE. Grayscale: #282828. Windows color (decimal): -10939119 or 1119577. OLE color: 1119577.

HSL color Cylindrical-coordinate representation of color #591511: hue angle of 3.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591511 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB892117-
CMYK00.760.810.65
HSL3.33º67.92%20.78%-
HSV(B)3.33º80.9%34.9%-
XYZ4.492.70.81-
YUV40.88114.53162.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 70.08%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 17 (7.03% from 255) = 13.39%
R=70.08%
G=16.54%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89211700.760.810.653.3367.9220.78
Hex59151104C514134415
Octal13125210114121101310425
Binary10110011010110001010011001010001100000111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591511; }

 p { color: rgb(89,21,17); }

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

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

 a { background-color: rgb(89,21,17); }

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

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

 span { border-color: rgb(89,21,17); }

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