#511716

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

Shades of Red Oxide #511716

Tints of Red Oxide #511716

Color information

#511716 (or 0x511716) is unknown color: approx Red Oxide. HEX triplet: 51, 17 and 16. RGB value is (81,23,22). Sum of RGB (Red+Green+Blue) = 81+23+22=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #511716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511716 is #AEE8E9. Grayscale: #282828. Windows color (decimal): -11462890 or 1447761. OLE color: 1447761.

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

Color convert

RGB812322-
CMYK00.720.730.68
HSL1.02º57.28%20.2%-
HSV(B)1.02º72.84%31.76%-
XYZ3.842.421.02-
YUV40.23117.72157.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.29%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=64.29%
G=18.25%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81232200.720.730.681.0257.2820.2
Hex511716048494413914
Octal1212726011011110417124
Binary101000110111101100100100010010011000100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511716; }

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

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

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

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

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

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

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

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