#501261

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

Shades of Scarlet Gum #501261

Tints of Scarlet Gum #501261

Color information

#501261 (or 0x501261) is unknown color: approx Scarlet Gum. HEX triplet: 50, 12 and 61. RGB value is (80,18,97). Sum of RGB (Red+Green+Blue) = 80+18+97=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #501261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501261 is #AFED9E. Grayscale: #2D2D2D. Windows color (decimal): -11529631 or 6361680. OLE color: 6361680.

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

Color convert

RGB801897-
CMYK0.180.8100.62
HSL287.09º68.7%22.55%-
HSV(B)287.09º81.44%38.04%-
XYZ5.68311.59-
YUV45.54157.04152.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 97 (38.28% from 255) = 49.74%
R=41.03%
G=9.23%
B=49.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8018970.180.8100.62287.0968.722.55
Hex501261125103E11f4517
Octal120221412212107643710527
Binary10100001001011000011001010100010111110100011111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501261; }

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

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

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

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

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

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

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

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