#4D345D

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

Shades of Scarlet Gum #4D345D

Tints of Scarlet Gum #4D345D

Color information

#4D345D (or 0x4D345D) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 34 and 5D. RGB value is (77,52,93). Sum of RGB (Red+Green+Blue) = 77+52+93=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D345D is #B2CBA2. Grayscale: #404040. Windows color (decimal): -11717539 or 6108237. OLE color: 6108237.

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

Color convert

RGB775293-
CMYK0.170.4400.64
HSL276.59º28.28%28.43%-
HSV(B)276.59º44.09%36.47%-
XYZ6.264.8210.96-
YUV64.15144.28137.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.68%
GREEN value IS 52 (20.70% from 255) = 23.42%
BLUE value IS 93 (36.72% from 255) = 41.89%
R=34.68%
G=23.42%
B=41.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7752930.170.4400.64276.5928.2828.43
Hex4D345D112C0401151c1c
Octal11564135215401004253434
Binary1001101110100101110110001101100010000001000101011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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