#4D315D

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

Shades of Scarlet Gum #4D315D

Tints of Scarlet Gum #4D315D

Color information

#4D315D (or 0x4D315D) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 31 and 5D. RGB value is (77,49,93). Sum of RGB (Red+Green+Blue) = 77+49+93=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D315D is #B2CEA2. Grayscale: #3E3E3E. Windows color (decimal): -11718307 or 6107469. OLE color: 6107469.

HSL color Cylindrical-coordinate representation of color #4D315D: hue angle of 278.18º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D315D is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB774993-
CMYK0.170.4700.64
HSL278.18º30.99%27.84%-
HSV(B)278.18º47.31%36.47%-
XYZ6.134.5610.91-
YUV62.39145.28138.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.16%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=35.16%
G=22.37%
B=42.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7749930.170.4700.64278.1830.9927.84
Hex4D315D112F0401161f1c
Octal11561135215701004263734
Binary1001101110001101110110001101111010000001000101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D315D; }

 p { color: rgb(77,49,93); }

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

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

 a { background-color: rgb(77,49,93); }

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

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

 span { border-color: rgb(77,49,93); }

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