#501365

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

Shades of Scarlet Gum #501365

Tints of Scarlet Gum #501365

Color information

#501365 (or 0x501365) is unknown color: approx Scarlet Gum. HEX triplet: 50, 13 and 65. RGB value is (80,19,101). Sum of RGB (Red+Green+Blue) = 80+19+101=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #501365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501365 is #AFEC9A. Grayscale: #2E2E2E. Windows color (decimal): -11529371 or 6624080. OLE color: 6624080.

HSL color Cylindrical-coordinate representation of color #501365: hue angle of 284.63º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501365 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8019101-
CMYK0.210.8100.60
HSL284.63º68.33%23.53%-
HSV(B)284.63º81.19%39.61%-
XYZ5.893.1112.6-
YUV46.59158.71151.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40%
GREEN value IS 19 (7.81% from 255) = 9.5%
BLUE value IS 101 (39.84% from 255) = 50.5%
R=40%
G=9.5%
B=50.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80191010.210.8100.60284.6368.3323.53
Hex501365155103C11d4418
Octal120231452512107443510430
Binary10100001001111001011010110100010111100100011101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501365; }

 p { color: rgb(80,19,101); }

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

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

 a { background-color: rgb(80,19,101); }

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

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

 span { border-color: rgb(80,19,101); }

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