#591815

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

Shades of Red Oxide #591815

Tints of Red Oxide #591815

Color information

#591815 (or 0x591815) is unknown color: approx Red Oxide. HEX triplet: 59, 18 and 15. RGB value is (89,24,21). Sum of RGB (Red+Green+Blue) = 89+24+21=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #591815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591815 is #A6E7EA. Grayscale: #2B2B2B. Windows color (decimal): -10938347 or 1382489. OLE color: 1382489.

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

Color convert

RGB892421-
CMYK00.730.760.65
HSL2.65º61.82%21.57%-
HSV(B)2.65º76.4%34.9%-
XYZ4.582.831.01-
YUV43.09115.53160.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.42%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 21 (8.59% from 255) = 15.67%
R=66.42%
G=17.91%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89242100.730.760.652.6561.8221.57
Hex5918150494C4133e16
Octal1313025011111410137626
Binary1011001110001010101001001100110010000011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591815; }

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

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

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

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

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

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

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

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