#502663

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

Shades of Scarlet Gum #502663

Tints of Scarlet Gum #502663

Color information

#502663 (or 0x502663) is unknown color: approx Scarlet Gum. HEX triplet: 50, 26 and 63. RGB value is (80,38,99). Sum of RGB (Red+Green+Blue) = 80+38+99=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #502663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502663 is #AFD99C. Grayscale: #393939. Windows color (decimal): -11524509 or 6497872. OLE color: 6497872.

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

Color convert

RGB803899-
CMYK0.190.6200.61
HSL281.31º44.53%26.86%-
HSV(B)281.31º61.62%38.82%-
XYZ6.253.9912.25-
YUV57.51151.41144.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.87%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 99 (39.06% from 255) = 45.62%
R=36.87%
G=17.51%
B=45.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8038990.190.6200.61281.3144.5326.86
Hex502663133E03D1192d1b
Octal1204614323760754315533
Binary1010000100110110001110011111110011110110001100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502663; }

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

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

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

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

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

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

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

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