#501615

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

Shades of Red Oxide #501615

Tints of Red Oxide #501615

Color information

#501615 (or 0x501615) is unknown color: approx Red Oxide. HEX triplet: 50, 16 and 15. RGB value is (80,22,21). Sum of RGB (Red+Green+Blue) = 80+22+21=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #501615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501615 is #AFE9EA. Grayscale: #272727. Windows color (decimal): -11528683 or 1381968. OLE color: 1381968.

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

Color convert

RGB802221-
CMYK00.720.740.69
HSL1.02º58.42%19.8%-
HSV(B)1.02º73.75%31.37%-
XYZ3.732.330.96-
YUV39.23117.72157.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.04%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=65.04%
G=17.89%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80222100.720.740.691.0258.4219.8
Hex5016150484A4513a14
Octal1202625011011210517224
Binary101000010110101010100100010010101000101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501615; }

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

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

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

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

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

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

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

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