#591914

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

Shades of Red Oxide #591914

Tints of Red Oxide #591914

Color information

#591914 (or 0x591914) is unknown color: approx Red Oxide. HEX triplet: 59, 19 and 14. RGB value is (89,25,20). Sum of RGB (Red+Green+Blue) = 89+25+20=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #591914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591914 is #A6E6EB. Grayscale: #2B2B2B. Windows color (decimal): -10938092 or 1317209. OLE color: 1317209.

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

Color convert

RGB892520-
CMYK00.720.780.65
HSL4.35º63.3%21.37%-
HSV(B)4.35º77.53%34.9%-
XYZ4.592.870.97-
YUV43.57114.7160.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.42%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 20 (8.20% from 255) = 14.93%
R=66.42%
G=18.66%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89252000.720.780.654.3563.321.37
Hex5919140484E4143f15
Octal1313124011011610147725
Binary10110011100110100010010001001110100000110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591914; }

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

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

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

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

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

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

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

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