#4D325C

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

Shades of Scarlet Gum #4D325C

Tints of Scarlet Gum #4D325C

Color information

#4D325C (or 0x4D325C) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 32 and 5C. RGB value is (77,50,92). Sum of RGB (Red+Green+Blue) = 77+50+92=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D325C is #B2CDA3. Grayscale: #3E3E3E. Windows color (decimal): -11718052 or 6042189. OLE color: 6042189.

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

Color convert

RGB775092-
CMYK0.160.4600.64
HSL278.57º29.58%27.84%-
HSV(B)278.57º45.65%36.08%-
XYZ6.134.6310.7-
YUV62.86144.45138.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.16%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 92 (36.33% from 255) = 42.01%
R=35.16%
G=22.83%
B=42.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7750920.160.4600.64278.5729.5827.84
Hex4D325C102E0401171e1c
Octal11562134205601004273634
Binary1001101110010101110010000101110010000001000101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,50,92); }

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

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

 a { background-color: rgb(77,50,92); }

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

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

 span { border-color: rgb(77,50,92); }

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