#50115F

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

Shades of Scarlet Gum #50115F

Tints of Scarlet Gum #50115F

Color information

#50115F (or 0x50115F) is unknown color: approx Scarlet Gum. HEX triplet: 50, 11 and 5F. RGB value is (80,17,95). Sum of RGB (Red+Green+Blue) = 80+17+95=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 95 (37.5% from 255 or 49.48% from 192); Max value from RGB is 95 - color contains mainly: blue. Hex color #50115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50115F is #AFEEA0. Grayscale: #2C2C2C. Windows color (decimal): -11529889 or 6230352. OLE color: 6230352.

HSL color Cylindrical-coordinate representation of color #50115F: hue angle of 288.46º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50115F is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB801795-
CMYK0.160.8200.63
HSL288.46º69.64%21.96%-
HSV(B)288.46º82.11%37.25%-
XYZ5.572.9311.1-
YUV44.73156.37153.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 17 (7.03% from 255) = 8.85%
BLUE value IS 95 (37.5% from 255) = 49.48%
R=41.67%
G=8.85%
B=49.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8017950.160.8200.63288.4669.6421.96
Hex50115F105203F1204616
Octal120211372012207744010626
Binary10100001000110111111000010100100111111100100000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50115F; }

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

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

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

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

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

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

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

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