#501406

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

Shades of Red Oxide #501406

Tints of Red Oxide #501406

Color information

#501406 (or 0x501406) is unknown color: approx Red Oxide. HEX triplet: 50, 14 and 06. RGB value is (80,20,6). Sum of RGB (Red+Green+Blue) = 80+20+6=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #501406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501406 is #AFEBF9. Grayscale: #242424. Windows color (decimal): -11529210 or 398416. OLE color: 398416.

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

Color convert

RGB80206-
CMYK00.750.920.69
HSL11.35º86.05%16.86%-
HSV(B)11.35º92.5%31.37%-
XYZ3.592.220.41-
YUV36.34110.88159.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 75.47%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 6 (2.73% from 255) = 5.66%
R=75.47%
G=18.87%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8020600.750.920.6911.3586.0516.86
Hex5014604B5C45b5611
Octal12024601131341051312621
Binary10100001010011001001011101110010001011011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501406; }

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

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

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

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

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

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

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

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