#591615

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

Shades of Red Oxide #591615

Tints of Red Oxide #591615

Color information

#591615 (or 0x591615) is unknown color: approx Red Oxide. HEX triplet: 59, 16 and 15. RGB value is (89,22,21). Sum of RGB (Red+Green+Blue) = 89+22+21=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #591615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591615 is #A6E9EA. Grayscale: #292929. Windows color (decimal): -10938859 or 1381977. OLE color: 1381977.

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

Color convert

RGB892221-
CMYK00.750.760.65
HSL0.88º61.82%21.57%-
HSV(B)0.88º76.4%34.9%-
XYZ4.542.751-
YUV41.92116.2161.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 67.42%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 21 (8.59% from 255) = 15.91%
R=67.42%
G=16.67%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89222100.750.760.650.8861.8221.57
Hex59161504B4C4113e16
Octal1312625011311410117626
Binary101100110110101010100101110011001000001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591615; }

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

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

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

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

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

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

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

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