#501663

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

Shades of Scarlet Gum #501663

Tints of Scarlet Gum #501663

Color information

#501663 (or 0x501663) is unknown color: approx Scarlet Gum. HEX triplet: 50, 16 and 63. RGB value is (80,22,99). Sum of RGB (Red+Green+Blue) = 80+22+99=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #501663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501663 is #AFE99C. Grayscale: #2F2F2F. Windows color (decimal): -11528605 or 6493776. OLE color: 6493776.

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

Color convert

RGB802299-
CMYK0.190.7800.61
HSL285.19º63.64%23.73%-
HSV(B)285.19º77.78%38.82%-
XYZ5.853.1812.11-
YUV48.12156.72150.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 99 (39.06% from 255) = 49.25%
R=39.80%
G=10.95%
B=49.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8022990.190.7800.61285.1963.6423.73
Hex501663134E03D11d4018
Octal120261432311607543510030
Binary10100001011011000111001110011100111101100011101100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501663; }

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

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

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

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

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

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

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

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