#511616

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

Shades of Red Oxide #511616

Tints of Red Oxide #511616

Color information

#511616 (or 0x511616) is unknown color: approx Red Oxide. HEX triplet: 51, 16 and 16. RGB value is (81,22,22). Sum of RGB (Red+Green+Blue) = 81+22+22=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #511616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511616 is #AEE9E9. Grayscale: #272727. Windows color (decimal): -11463146 or 1447505. OLE color: 1447505.

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

Color convert

RGB812222-
CMYK00.730.730.68
HSL57.28%20.2%-
HSV(B)72.84%31.76%-
XYZ3.832.381.02-
YUV39.64118.05157.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.8%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 22 (8.98% from 255) = 17.6%
R=64.8%
G=17.6%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81222200.730.730.68057.2820.2
Hex511616049494403914
Octal1212626011111110407124
Binary101000110110101100100100110010011000100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511616; }

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

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

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

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

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

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

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

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