#502863

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

Shades of Scarlet Gum #502863

Tints of Scarlet Gum #502863

Color information

#502863 (or 0x502863) is unknown color: approx Scarlet Gum. HEX triplet: 50, 28 and 63. RGB value is (80,40,99). Sum of RGB (Red+Green+Blue) = 80+40+99=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #502863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502863 is #AFD79C. Grayscale: #3A3A3A. Windows color (decimal): -11523997 or 6498384. OLE color: 6498384.

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

Color convert

RGB804099-
CMYK0.190.6000.61
HSL280.68º42.45%27.25%-
HSV(B)280.68º59.6%38.82%-
XYZ6.324.1212.27-
YUV58.69150.75143.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=36.53%
G=18.26%
B=45.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8040990.190.6000.61280.6842.4527.25
Hex502863133C03D1192a1b
Octal1205014323740754315233
Binary1010000101000110001110011111100011110110001100110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502863; }

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

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

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

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

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

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

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

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