#501106

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

Shades of Red Oxide #501106

Tints of Red Oxide #501106

Color information

#501106 (or 0x501106) is unknown color: approx Red Oxide. HEX triplet: 50, 11 and 06. RGB value is (80,17,6). Sum of RGB (Red+Green+Blue) = 80+17+6=103 (13% of max value = 765). Red value is 80 (31.64% from 255 or 77.67% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 80 - color contains mainly: red. Hex color #501106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501106 is #AFEEF9. Grayscale: #222222. Windows color (decimal): -11529978 or 397648. OLE color: 397648.

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

Color convert

RGB80176-
CMYK00.790.920.69
HSL8.92º86.05%16.86%-
HSV(B)8.92º92.5%31.37%-
XYZ3.542.120.39-
YUV34.58111.87160.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 77.67%
GREEN value IS 17 (7.03% from 255) = 16.50%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=77.67%
G=16.50%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8017600.790.920.698.9286.0516.86
Hex5011604F5C4595611
Octal12021601171341051112621
Binary10100001000111001001111101110010001011001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501106; }

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

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

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

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

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

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

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

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