#501911

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

Shades of Red Oxide #501911

Tints of Red Oxide #501911

Color information

#501911 (or 0x501911) is unknown color: approx Red Oxide. HEX triplet: 50, 19 and 11. RGB value is (80,25,17). Sum of RGB (Red+Green+Blue) = 80+25+17=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #501911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501911 is #AFE6EE. Grayscale: #282828. Windows color (decimal): -11527919 or 1120592. OLE color: 1120592.

HSL color Cylindrical-coordinate representation of color #501911: hue angle of 7.62º 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 #501911 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB802517-
CMYK00.690.790.69
HSL7.62º64.95%19.02%-
HSV(B)7.62º78.75%31.37%-
XYZ3.762.440.8-
YUV40.53114.72156.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.57%
GREEN value IS 25 (10.16% from 255) = 20.49%
BLUE value IS 17 (7.03% from 255) = 13.93%
R=65.57%
G=20.49%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80251700.690.790.697.6264.9519.02
Hex5019110454F4584113
Octal120312101051171051010123
Binary1010000110011000101000101100111110001011000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501911; }

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

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

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

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

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

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

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

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