#501667

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

Shades of Scarlet Gum #501667

Tints of Scarlet Gum #501667

Color information

#501667 (or 0x501667) is unknown color: approx Scarlet Gum. HEX triplet: 50, 16 and 67. RGB value is (80,22,103). Sum of RGB (Red+Green+Blue) = 80+22+103=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #501667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501667 is #AFE998. Grayscale: #303030. Windows color (decimal): -11528601 or 6755920. OLE color: 6755920.

HSL color Cylindrical-coordinate representation of color #501667: hue angle of 282.96º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501667 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8022103-
CMYK0.220.7900.60
HSL282.96º64.8%24.51%-
HSV(B)282.96º78.64%40.39%-
XYZ6.043.2613.14-
YUV48.58158.72150.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 103 (40.62% from 255) = 50.24%
R=39.02%
G=10.73%
B=50.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80221030.220.7900.60282.9664.824.51
Hex501667164F03C11b4119
Octal120261472611707443310131
Binary10100001011011001111011010011110111100100011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501667; }

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

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

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

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

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

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

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

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