#501716

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

Shades of Red Oxide #501716

Tints of Red Oxide #501716

Color information

#501716 (or 0x501716) is unknown color: approx Red Oxide. HEX triplet: 50, 17 and 16. RGB value is (80,23,22). Sum of RGB (Red+Green+Blue) = 80+23+22=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #501716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501716 is #AFE8E9. Grayscale: #272727. Windows color (decimal): -11528426 or 1447760. OLE color: 1447760.

HSL color Cylindrical-coordinate representation of color #501716: hue angle of 1.03º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501716 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB802322-
CMYK00.710.720.69
HSL1.03º56.86%20%-
HSV(B)1.03º72.5%31.37%-
XYZ3.762.381.02-
YUV39.93117.88156.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 64%
GREEN value IS 23 (9.38% from 255) = 18.4%
BLUE value IS 22 (8.98% from 255) = 17.6%
R=64%
G=18.4%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80232200.710.720.691.0356.8620
Hex501716047484513914
Octal1202726010711010517124
Binary101000010111101100100011110010001000101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501716; }

 p { color: rgb(80,23,22); }

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

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

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

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

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

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

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