#501109

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

Shades of Red Oxide #501109

Tints of Red Oxide #501109

Color information

#501109 (or 0x501109) is unknown color: approx Red Oxide. HEX triplet: 50, 11 and 09. RGB value is (80,17,9). Sum of RGB (Red+Green+Blue) = 80+17+9=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #501109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501109 is #AFEEF6. Grayscale: #232323. Windows color (decimal): -11529975 or 594256. OLE color: 594256.

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

Color convert

RGB80179-
CMYK00.790.890.69
HSL6.76º79.78%17.45%-
HSV(B)6.76º88.75%31.37%-
XYZ3.562.130.48-
YUV34.93113.37160.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 75.47%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 9 (3.91% from 255) = 8.49%
R=75.47%
G=16.04%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8017900.790.890.696.7679.7817.45
Hex5011904F594575011
Octal12021110117131105712021
Binary10100001000110010100111110110011000101111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501109; }

 p { color: rgb(80,17,9); }

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

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

 a { background-color: rgb(80,17,9); }

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

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

 span { border-color: rgb(80,17,9); }

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