#501515

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

Shades of Red Oxide #501515

Tints of Red Oxide #501515

Color information

#501515 (or 0x501515) is unknown color: approx Red Oxide. HEX triplet: 50, 15 and 15. RGB value is (80,21,21). Sum of RGB (Red+Green+Blue) = 80+21+21=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #501515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501515 is #AFEAEA. Grayscale: #262626. Windows color (decimal): -11528939 or 1381712. OLE color: 1381712.

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

Color convert

RGB802121-
CMYK00.740.740.69
HSL58.42%19.8%-
HSV(B)73.75%31.37%-
XYZ3.712.30.96-
YUV38.64118.05157.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.57%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=65.57%
G=17.21%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80212100.740.740.69058.4219.8
Hex50151504A4A4503a14
Octal1202525011211210507224
Binary101000010101101010100101010010101000101011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501515; }

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

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

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

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

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

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

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

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