#50135F

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

Shades of Scarlet Gum #50135F

Tints of Scarlet Gum #50135F

Color information

#50135F (or 0x50135F) is unknown color: approx Scarlet Gum. HEX triplet: 50, 13 and 5F. RGB value is (80,19,95). Sum of RGB (Red+Green+Blue) = 80+19+95=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #50135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50135F is #AFECA0. Grayscale: #2D2D2D. Windows color (decimal): -11529377 or 6230864. OLE color: 6230864.

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

Color convert

RGB801995-
CMYK0.160.8000.63
HSL288.16º66.67%22.35%-
HSV(B)288.16º80%37.25%-
XYZ5.61311.11-
YUV45.9155.71152.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 19 (7.81% from 255) = 9.79%
BLUE value IS 95 (37.5% from 255) = 48.97%
R=41.24%
G=9.79%
B=48.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8019950.160.8000.63288.1666.6722.35
Hex50135F105003F1204316
Octal120231372012007744010326
Binary10100001001110111111000010100000111111100100000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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