#503163

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

Shades of Scarlet Gum #503163

Tints of Scarlet Gum #503163

Color information

#503163 (or 0x503163) is unknown color: approx Scarlet Gum. HEX triplet: 50, 31 and 63. RGB value is (80,49,99). Sum of RGB (Red+Green+Blue) = 80+49+99=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #503163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503163 is #AFCE9C. Grayscale: #3F3F3F. Windows color (decimal): -11521693 or 6500688. OLE color: 6500688.

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

Color convert

RGB804999-
CMYK0.190.5100.61
HSL277.2º33.78%29.02%-
HSV(B)277.2º50.51%38.82%-
XYZ6.664.812.38-
YUV63.97147.77139.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 99 (39.06% from 255) = 43.42%
R=35.09%
G=21.49%
B=43.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8049990.190.5100.61277.233.7829.02
Hex503163133303D115221d
Octal1206114323630754254235
Binary1010000110001110001110011110011011110110001010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503163; }

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

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

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

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

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

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

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

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