#501816

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

Shades of Red Oxide #501816

Tints of Red Oxide #501816

Color information

#501816 (or 0x501816) is unknown color: approx Red Oxide. HEX triplet: 50, 18 and 16. RGB value is (80,24,22). Sum of RGB (Red+Green+Blue) = 80+24+22=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #501816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501816 is #AFE7E9. Grayscale: #282828. Windows color (decimal): -11528170 or 1448016. OLE color: 1448016.

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

Color convert

RGB802422-
CMYK00.700.720.69
HSL2.07º56.86%20%-
HSV(B)2.07º72.5%31.37%-
XYZ3.782.421.03-
YUV40.52117.55156.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 63.49%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=63.49%
G=19.05%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80242200.700.720.692.0756.8620
Hex501816046484523914
Octal1203026010611010527124
Binary1010000110001011001000110100100010001011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501816; }

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

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

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

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

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

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

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

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