#501616

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

Shades of Red Oxide #501616

Tints of Red Oxide #501616

Color information

#501616 (or 0x501616) is unknown color: approx Red Oxide. HEX triplet: 50, 16 and 16. RGB value is (80,22,22). Sum of RGB (Red+Green+Blue) = 80+22+22=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #501616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501616 is #AFE9E9. Grayscale: #272727. Windows color (decimal): -11528682 or 1447504. OLE color: 1447504.

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

Color convert

RGB802222-
CMYK00.720.720.69
HSL56.86%20%-
HSV(B)72.5%31.37%-
XYZ3.742.341.01-
YUV39.34118.22157-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 64.52%
GREEN value IS 22 (8.98% from 255) = 17.74%
BLUE value IS 22 (8.98% from 255) = 17.74%
R=64.52%
G=17.74%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80222200.720.720.69056.8620
Hex501616048484503914
Octal1202626011011010507124
Binary101000010110101100100100010010001000101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501616; }

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

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

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

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

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

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

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

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