#501508

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

Shades of Red Oxide #501508

Tints of Red Oxide #501508

Color information

#501508 (or 0x501508) is unknown color: approx Red Oxide. HEX triplet: 50, 15 and 08. RGB value is (80,21,8). Sum of RGB (Red+Green+Blue) = 80+21+8=109 (14% of max value = 765). Red value is 80 (31.64% from 255 or 73.39% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 80 - color contains mainly: red. Hex color #501508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501508 is #AFEAF7. Grayscale: #252525. Windows color (decimal): -11528952 or 529744. OLE color: 529744.

HSL color Cylindrical-coordinate representation of color #501508: hue angle of 10.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #501508 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB80218-
CMYK00.740.900.69
HSL10.83º81.82%17.25%-
HSV(B)10.83º90%31.37%-
XYZ3.622.260.48-
YUV37.16111.55158.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 73.39%
GREEN value IS 21 (8.59% from 255) = 19.27%
BLUE value IS 8 (3.52% from 255) = 7.34%
R=73.39%
G=19.27%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8021800.740.900.6910.8381.8217.25
Hex5015804A5A45b5211
Octal120251001121321051312221
Binary101000010101100001001010101101010001011011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501508; }

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

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

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

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

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

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

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

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