#511816

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

Shades of Red Oxide #511816

Tints of Red Oxide #511816

Color information

#511816 (or 0x511816) is unknown color: approx Red Oxide. HEX triplet: 51, 18 and 16. RGB value is (81,24,22). Sum of RGB (Red+Green+Blue) = 81+24+22=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #511816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511816 is #AEE7E9. Grayscale: #282828. Windows color (decimal): -11462634 or 1448017. OLE color: 1448017.

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

Color convert

RGB812422-
CMYK00.700.730.68
HSL2.03º57.28%20.2%-
HSV(B)2.03º72.84%31.76%-
XYZ3.862.461.03-
YUV40.82117.38156.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.78%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=63.78%
G=18.90%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81242200.700.730.682.0357.2820.2
Hex511816046494423914
Octal1213026010611110427124
Binary1010001110001011001000110100100110001001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511816; }

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

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

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

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

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

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

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

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