#501111

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

Shades of Red Oxide #501111

Tints of Red Oxide #501111

Color information

#501111 (or 0x501111) is unknown color: approx Red Oxide. HEX triplet: 50, 11 and 11. RGB value is (80,17,17). Sum of RGB (Red+Green+Blue) = 80+17+17=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #501111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501111 is #AFEEEE. Grayscale: #232323. Windows color (decimal): -11529967 or 1118544. OLE color: 1118544.

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

Color convert

RGB801717-
CMYK00.790.790.69
HSL64.95%19.02%-
HSV(B)78.75%31.37%-
XYZ3.612.150.75-
YUV35.84117.37159.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.18%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 17 (7.03% from 255) = 14.91%
R=70.18%
G=14.91%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80171700.790.790.69064.9519.02
Hex50111104F4F4504113
Octal12021210117117105010123
Binary1010000100011000101001111100111110001010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501111; }

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

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

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

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

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

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

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

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