#591911

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

Shades of Red Oxide #591911

Tints of Red Oxide #591911

Color information

#591911 (or 0x591911) is unknown color: approx Red Oxide. HEX triplet: 59, 19 and 11. RGB value is (89,25,17). Sum of RGB (Red+Green+Blue) = 89+25+17=131 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.94% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 89 - color contains mainly: red. Hex color #591911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591911 is #A6E6EE. Grayscale: #2B2B2B. Windows color (decimal): -10938095 or 1120601. OLE color: 1120601.

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

Color convert

RGB892517-
CMYK00.720.810.65
HSL6.67º67.92%20.78%-
HSV(B)6.67º80.9%34.9%-
XYZ4.572.860.84-
YUV43.22113.2160.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 67.94%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 17 (7.03% from 255) = 12.98%
R=67.94%
G=19.08%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89251700.720.810.656.6767.9220.78
Hex591911048514174415
Octal13131210110121101710425
Binary101100111001100010100100010100011000001111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591911; }

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

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

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

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

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

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

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

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