#501662

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

Shades of Scarlet Gum #501662

Tints of Scarlet Gum #501662

Color information

#501662 (or 0x501662) is unknown color: approx Scarlet Gum. HEX triplet: 50, 16 and 62. RGB value is (80,22,98). Sum of RGB (Red+Green+Blue) = 80+22+98=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #501662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501662 is #AFE99D. Grayscale: #2F2F2F. Windows color (decimal): -11528606 or 6428240. OLE color: 6428240.

HSL color Cylindrical-coordinate representation of color #501662: hue angle of 285.79º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #501662 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB802298-
CMYK0.180.7800.62
HSL285.79º63.33%23.53%-
HSV(B)285.79º77.55%38.43%-
XYZ5.83.1611.86-
YUV48.01156.22150.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 98 (38.67% from 255) = 49%
R=40%
G=11%
B=49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8022980.180.7800.62285.7963.3323.53
Hex501662124E03E11e3f18
Octal12026142221160764367730
Binary1010000101101100010100101001110011111010001111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501662; }

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

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

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

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

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

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

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

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