#591515

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

Shades of Red Oxide #591515

Tints of Red Oxide #591515

Color information

#591515 (or 0x591515) is unknown color: approx Red Oxide. HEX triplet: 59, 15 and 15. RGB value is (89,21,21). Sum of RGB (Red+Green+Blue) = 89+21+21=131 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.94% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 89 - color contains mainly: red. Hex color #591515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591515 is #A6EAEA. Grayscale: #292929. Windows color (decimal): -10939115 or 1381721. OLE color: 1381721.

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

Color convert

RGB892121-
CMYK00.760.760.65
HSL61.82%21.57%-
HSV(B)76.4%34.9%-
XYZ4.522.710.99-
YUV41.33116.53162-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 67.94%
GREEN value IS 21 (8.59% from 255) = 16.03%
BLUE value IS 21 (8.59% from 255) = 16.03%
R=67.94%
G=16.03%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89212100.760.760.65061.8221.57
Hex59151504C4C4103e16
Octal1312525011411410107626
Binary101100110101101010100110010011001000001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591515; }

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

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

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

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

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

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

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

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