#501166

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

Shades of Scarlet Gum #501166

Tints of Scarlet Gum #501166

Color information

#501166 (or 0x501166) is unknown color: approx Scarlet Gum. HEX triplet: 50, 11 and 66. RGB value is (80,17,102). Sum of RGB (Red+Green+Blue) = 80+17+102=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #501166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501166 is #AFEE99. Grayscale: #2D2D2D. Windows color (decimal): -11529882 or 6689104. OLE color: 6689104.

HSL color Cylindrical-coordinate representation of color #501166: hue angle of 284.47º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501166 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8017102-
CMYK0.220.8300.6
HSL284.47º71.43%23.33%-
HSV(B)284.47º83.33%40%-
XYZ5.913.0712.85-
YUV45.53159.87152.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 17 (7.03% from 255) = 8.54%
BLUE value IS 102 (40.23% from 255) = 51.26%
R=40.20%
G=8.54%
B=51.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80171020.220.8300.6284.4771.4323.33
Hex501166165303C11c4717
Octal120211462612307443410727
Binary10100001000111001101011010100110111100100011100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501166; }

 p { color: rgb(80,17,102); }

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

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

 a { background-color: rgb(80,17,102); }

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

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

 span { border-color: rgb(80,17,102); }

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