#501306

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

Shades of Red Oxide #501306

Tints of Red Oxide #501306

Color information

#501306 (or 0x501306) is unknown color: approx Red Oxide. HEX triplet: 50, 13 and 06. RGB value is (80,19,6). Sum of RGB (Red+Green+Blue) = 80+19+6=105 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.19% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 80 - color contains mainly: red. Hex color #501306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501306 is #AFECF9. Grayscale: #232323. Windows color (decimal): -11529466 or 398160. OLE color: 398160.

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

Color convert

RGB80196-
CMYK00.760.920.69
HSL10.54º86.05%16.86%-
HSV(B)10.54º92.5%31.37%-
XYZ3.572.180.41-
YUV35.76111.21159.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 76.19%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 6 (2.73% from 255) = 5.71%
R=76.19%
G=18.10%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8019600.760.920.6910.5486.0516.86
Hex5013604C5C45b5611
Octal12023601141341051312621
Binary10100001001111001001100101110010001011011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501306; }

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

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

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

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

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

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

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

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