#502763

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

Shades of Scarlet Gum #502763

Tints of Scarlet Gum #502763

Color information

#502763 (or 0x502763) is unknown color: approx Scarlet Gum. HEX triplet: 50, 27 and 63. RGB value is (80,39,99). Sum of RGB (Red+Green+Blue) = 80+39+99=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #502763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502763 is #AFD89C. Grayscale: #393939. Windows color (decimal): -11524253 or 6498128. OLE color: 6498128.

HSL color Cylindrical-coordinate representation of color #502763: hue angle of 281º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #502763 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB803999-
CMYK0.190.6100.61
HSL281º43.48%27.06%-
HSV(B)281º60.61%38.82%-
XYZ6.294.0612.26-
YUV58.1151.08143.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 39 (15.62% from 255) = 17.89%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=36.70%
G=17.89%
B=45.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8039990.190.6100.6128143.4827.06
Hex502763133D03D1192b1b
Octal1204714323750754315333
Binary1010000100111110001110011111101011110110001100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502763; }

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

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

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

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

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

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

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

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