#501006

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

Shades of Red Oxide #501006

Tints of Red Oxide #501006

Color information

#501006 (or 0x501006) is unknown color: approx Red Oxide. HEX triplet: 50, 10 and 06. RGB value is (80,16,6). Sum of RGB (Red+Green+Blue) = 80+16+6=102 (13% of max value = 765). Red value is 80 (31.64% from 255 or 78.43% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 80 - color contains mainly: red. Hex color #501006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501006 is #AFEFF9. Grayscale: #222222. Windows color (decimal): -11530234 or 397392. OLE color: 397392.

HSL color Cylindrical-coordinate representation of color #501006: hue angle of 8.11º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #501006 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80166-
CMYK00.800.920.69
HSL8.11º86.05%16.86%-
HSV(B)8.11º92.5%31.37%-
XYZ3.532.090.39-
YUV34112.2160.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 78.43%
GREEN value IS 16 (6.64% from 255) = 15.69%
BLUE value IS 6 (2.73% from 255) = 5.88%
R=78.43%
G=15.69%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8016600.800.920.698.1186.0516.86
Hex501060505C4585611
Octal12020601201341051012621
Binary10100001000011001010000101110010001011000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501006; }

 p { color: rgb(80,16,6); }

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

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

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

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

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

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

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