#503063

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

Shades of Scarlet Gum #503063

Tints of Scarlet Gum #503063

Color information

#503063 (or 0x503063) is unknown color: approx Scarlet Gum. HEX triplet: 50, 30 and 63. RGB value is (80,48,99). Sum of RGB (Red+Green+Blue) = 80+48+99=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #503063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503063 is #AFCF9C. Grayscale: #3F3F3F. Windows color (decimal): -11521949 or 6500432. OLE color: 6500432.

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

Color convert

RGB804899-
CMYK0.190.5200.61
HSL277.65º34.69%28.82%-
HSV(B)277.65º51.52%38.82%-
XYZ6.624.7212.37-
YUV63.38148.1139.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 99 (39.06% from 255) = 43.61%
R=35.24%
G=21.15%
B=43.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8048990.190.5200.61277.6534.6928.82
Hex503063133403D116231d
Octal1206014323640754264335
Binary1010000110000110001110011110100011110110001011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503063; }

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

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

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

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

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

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

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

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