#511916

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

Shades of Red Oxide #511916

Tints of Red Oxide #511916

Color information

#511916 (or 0x511916) is unknown color: approx Red Oxide. HEX triplet: 51, 19 and 16. RGB value is (81,25,22). Sum of RGB (Red+Green+Blue) = 81+25+22=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #511916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511916 is #AEE6E9. Grayscale: #292929. Windows color (decimal): -11462378 or 1448273. OLE color: 1448273.

HSL color Cylindrical-coordinate representation of color #511916: hue angle of 3.05º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #511916 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB812522-
CMYK00.690.730.68
HSL3.05º57.28%20.2%-
HSV(B)3.05º72.84%31.76%-
XYZ3.892.51.04-
YUV41.4117.05156.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.28%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=63.28%
G=19.53%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81252200.690.730.683.0557.2820.2
Hex511916045494433914
Octal1213126010511110437124
Binary1010001110011011001000101100100110001001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511916; }

 p { color: rgb(81,25,22); }

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

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

 a { background-color: rgb(81,25,22); }

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

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

 span { border-color: rgb(81,25,22); }

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