#502760

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

Shades of Scarlet Gum #502760

Tints of Scarlet Gum #502760

Color information

#502760 (or 0x502760) is unknown color: approx Scarlet Gum. HEX triplet: 50, 27 and 60. RGB value is (80,39,96). Sum of RGB (Red+Green+Blue) = 80+39+96=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #502760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502760 is #AFD89F. Grayscale: #393939. Windows color (decimal): -11524256 or 6301520. OLE color: 6301520.

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

Color convert

RGB803996-
CMYK0.170.5900.62
HSL283.16º42.22%26.47%-
HSV(B)283.16º59.38%37.65%-
XYZ6.15411.51-
YUV57.76149.58143.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=37.21%
G=18.14%
B=44.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8039960.170.5900.62283.1642.2226.47
Hex502760113B03E11b2a1a
Octal1204714021730764335232
Binary1010000100111110000010001111011011111010001101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502760; }

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

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

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

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

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

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

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

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