#501067

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

Shades of Scarlet Gum #501067

Tints of Scarlet Gum #501067

Color information

#501067 (or 0x501067) is unknown color: approx Scarlet Gum. HEX triplet: 50, 10 and 67. RGB value is (80,16,103). Sum of RGB (Red+Green+Blue) = 80+16+103=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 103 (40.62% from 255 or 51.76% from 199); Max value from RGB is 103 - color contains mainly: blue. Hex color #501067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501067 is #AFEF98. Grayscale: #2C2C2C. Windows color (decimal): -11530137 or 6754384. OLE color: 6754384.

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

Color convert

RGB8016103-
CMYK0.220.8400.60
HSL284.14º73.11%23.33%-
HSV(B)284.14º84.47%40.39%-
XYZ5.943.0613.11-
YUV45.05160.7152.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 16 (6.64% from 255) = 8.04%
BLUE value IS 103 (40.62% from 255) = 51.76%
R=40.20%
G=8.04%
B=51.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80161030.220.8400.60284.1473.1123.33
Hex501067165403C11c4917
Octal120201472612407443411127
Binary10100001000011001111011010101000111100100011100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501067; }

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

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

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

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

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

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

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

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