#501269

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

Shades of Scarlet Gum #501269

Tints of Scarlet Gum #501269

Color information

#501269 (or 0x501269) is unknown color: approx Scarlet Gum. HEX triplet: 50, 12 and 69. RGB value is (80,18,105). Sum of RGB (Red+Green+Blue) = 80+18+105=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #501269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501269 is #AFED96. Grayscale: #2E2E2E. Windows color (decimal): -11529623 or 6885968. OLE color: 6885968.

HSL color Cylindrical-coordinate representation of color #501269: hue angle of 282.76º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501269 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8018105-
CMYK0.240.8300.59
HSL282.76º70.73%24.12%-
HSV(B)282.76º82.86%41.18%-
XYZ6.073.1613.65-
YUV46.46161.04151.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 105 (41.41% from 255) = 51.72%
R=39.41%
G=8.87%
B=51.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80181050.240.8300.59282.7670.7324.12
Hex501269185303B11b4718
Octal120221513012307343310730
Binary10100001001011010011100010100110111011100011011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501269; }

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

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

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

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

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

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

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

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