#511206

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

Shades of Red Oxide #511206

Tints of Red Oxide #511206

Color information

#511206 (or 0x511206) is unknown color: approx Red Oxide. HEX triplet: 51, 12 and 06. RGB value is (81,18,6). Sum of RGB (Red+Green+Blue) = 81+18+6=105 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.14% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 81 - color contains mainly: red. Hex color #511206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511206 is #AEEDF9. Grayscale: #232323. Windows color (decimal): -11464186 or 397905. OLE color: 397905.

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

Color convert

RGB81186-
CMYK00.780.930.68
HSL9.6º86.21%17.06%-
HSV(B)9.6º92.59%31.76%-
XYZ3.642.20.4-
YUV35.47111.37160.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 77.14%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 6 (2.73% from 255) = 5.71%
R=77.14%
G=17.14%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8118600.780.930.689.686.2117.06
Hex5112604E5D44a5611
Octal12122601161351041212621
Binary10100011001011001001110101110110001001010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511206; }

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

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

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

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

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

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

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

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