#501260

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

Shades of Scarlet Gum #501260

Tints of Scarlet Gum #501260

Color information

#501260 (or 0x501260) is unknown color: approx Scarlet Gum. HEX triplet: 50, 12 and 60. RGB value is (80,18,96). Sum of RGB (Red+Green+Blue) = 80+18+96=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #501260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501260 is #AFED9F. Grayscale: #2D2D2D. Windows color (decimal): -11529632 or 6296144. OLE color: 6296144.

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

Color convert

RGB801896-
CMYK0.170.8100.62
HSL287.69º68.42%22.35%-
HSV(B)287.69º81.25%37.65%-
XYZ5.642.9811.34-
YUV45.43156.54152.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 96 (37.89% from 255) = 49.48%
R=41.24%
G=9.28%
B=49.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8018960.170.8100.62287.6968.4222.35
Hex501260115103E1204416
Octal120221402112107644010426
Binary10100001001011000001000110100010111110100100000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501260; }

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

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

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

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

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

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

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

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