#511106

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

Shades of Red Oxide #511106

Tints of Red Oxide #511106

Color information

#511106 (or 0x511106) is unknown color: approx Red Oxide. HEX triplet: 51, 11 and 06. RGB value is (81,17,6). Sum of RGB (Red+Green+Blue) = 81+17+6=104 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.88% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 81 - color contains mainly: red. Hex color #511106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511106 is #AEEEF9. Grayscale: #222222. Windows color (decimal): -11464442 or 397649. OLE color: 397649.

HSL color Cylindrical-coordinate representation of color #511106: hue angle of 8.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #511106 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB81176-
CMYK00.790.930.68
HSL8.8º86.21%17.06%-
HSV(B)8.8º92.59%31.76%-
XYZ3.632.160.4-
YUV34.88111.7160.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 77.88%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=77.88%
G=16.35%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8117600.790.930.688.886.2117.06
Hex5111604F5D4495611
Octal12121601171351041112621
Binary10100011000111001001111101110110001001001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511106; }

 p { color: rgb(81,17,6); }

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

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

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

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

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

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

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