#501007

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

Shades of Red Oxide #501007

Tints of Red Oxide #501007

Color information

#501007 (or 0x501007) is unknown color: approx Red Oxide. HEX triplet: 50, 10 and 07. RGB value is (80,16,7). Sum of RGB (Red+Green+Blue) = 80+16+7=103 (13% of max value = 765). Red value is 80 (31.64% from 255 or 77.67% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 80 - color contains mainly: red. Hex color #501007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501007 is #AFEFF8. Grayscale: #222222. Windows color (decimal): -11530233 or 462928. OLE color: 462928.

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

Color convert

RGB80167-
CMYK00.800.910.69
HSL7.4º83.91%17.06%-
HSV(B)7.4º91.25%31.37%-
XYZ3.532.090.42-
YUV34.11112.7160.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 77.67%
GREEN value IS 16 (6.64% from 255) = 15.53%
BLUE value IS 7 (3.12% from 255) = 6.80%
R=77.67%
G=15.53%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8016700.800.910.697.483.9117.06
Hex501070505B4575411
Octal1202070120133105712421
Binary1010000100001110101000010110111000101111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501007; }

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

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

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

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

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

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

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

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