#4D325D

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

Shades of Scarlet Gum #4D325D

Tints of Scarlet Gum #4D325D

Color information

#4D325D (or 0x4D325D) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 32 and 5D. RGB value is (77,50,93). Sum of RGB (Red+Green+Blue) = 77+50+93=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D325D is #B2CDA2. Grayscale: #3E3E3E. Windows color (decimal): -11718051 or 6107725. OLE color: 6107725.

HSL color Cylindrical-coordinate representation of color #4D325D: hue angle of 277.67º 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 #4D325D is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB775093-
CMYK0.170.4600.64
HSL277.67º30.07%28.04%-
HSV(B)277.67º46.24%36.47%-
XYZ6.184.6510.93-
YUV62.97144.95138-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 93 (36.72% from 255) = 42.27%
R=35%
G=22.73%
B=42.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7750930.170.4600.64277.6730.0728.04
Hex4D325D112E0401161e1c
Octal11562135215601004263634
Binary1001101110010101110110001101110010000001000101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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