#501110

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

Shades of Red Oxide #501110

Tints of Red Oxide #501110

Color information

#501110 (or 0x501110) is unknown color: approx Red Oxide. HEX triplet: 50, 11 and 10. RGB value is (80,17,16). Sum of RGB (Red+Green+Blue) = 80+17+16=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #501110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501110 is #AFEEEF. Grayscale: #232323. Windows color (decimal): -11529968 or 1053008. OLE color: 1053008.

HSL color Cylindrical-coordinate representation of color #501110: hue angle of 0.94º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501110 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB801716-
CMYK00.790.800.69
HSL0.94º66.67%18.82%-
HSV(B)0.94º80%31.37%-
XYZ3.62.140.71-
YUV35.72116.87159.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.80%
GREEN value IS 17 (7.03% from 255) = 15.04%
BLUE value IS 16 (6.64% from 255) = 14.16%
R=70.80%
G=15.04%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80171600.790.800.690.9466.6718.82
Hex50111004F504514313
Octal12021200117120105110323
Binary1010000100011000001001111101000010001011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501110; }

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

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

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

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

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

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

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

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