#501160

Color #501160 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #501160

Tints of Scarlet Gum #501160

Color information

#501160 (or 0x501160) is unknown color: approx Scarlet Gum. HEX triplet: 50, 11 and 60. RGB value is (80,17,96). Sum of RGB (Red+Green+Blue) = 80+17+96=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #501160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501160 is #AFEE9F. Grayscale: #2C2C2C. Windows color (decimal): -11529888 or 6295888. OLE color: 6295888.

HSL color Cylindrical-coordinate representation of color #501160: hue angle of 287.85º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501160 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB801796-
CMYK0.170.8200.62
HSL287.85º69.91%22.16%-
HSV(B)287.85º82.29%37.65%-
XYZ5.622.9511.34-
YUV44.84156.87153.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 17 (7.03% from 255) = 8.81%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=41.45%
G=8.81%
B=49.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8017960.170.8200.62287.8569.9122.16
Hex501160115203E1204616
Octal120211402112207644010626
Binary10100001000111000001000110100100111110100100000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501160; }

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

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

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

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

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

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

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

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