Html Css Color HEX #4D355F Scarlet Gum

📋 copy color: '#4D355F'

red 77 ◦ green 53 ◦ blue 95

#4D355F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #4D355F

Tints of Scarlet Gum #4D355F

RGB

 RED value IS 77 (30.47% from 255) = 34.22%

 GREEN value IS 53 (21.09% from 255) = 23.56%

 BLUE value IS 95 (37.5% from 255) = 42.22%

R = 34.22%
G = 23.56%
B = 42.22%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4D355F (or 0x4D355F) is known color: Scarlet Gum. HEX triplet: 4D, 35 and 5F. RGB value is (77,53,95). Sum of RGB (Red+Green+Blue) = 77+53+95=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #4D355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D355F is #B2CAA0. Grayscale: #404040. Windows color (decimal): -11717281 or 6239565. OLE color: 6239565.

HSL color Cylindrical-coordinate representation of color #4D355F: hue angle of 274.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D355F is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 77 53 95 -
CMYK 0.19 0.44 0 0.63
HSL 274.29º 0.28% 0.29% -
HSV(B) 274.29º 0.44% 0.37% -
XYZ 6.4 4.95 11.44 -
YUV 64.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 77 53 95 0.19 0.44 0 0.63 274.29 0.28 0.29
Hex 4D 35 5F 13 2C 0 3F 112 1C 1D
Octal 115 65 137 23 54 0 77 422 34 35
Binary 1001101 110101 1011111 10011 101100 0 111111 100010010 11100 11101

Color Harmonies of #4D355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D355F

Black with #4D355F

Text Example


Text Example

White with #4D355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,53,95); }

 H1.HeaderClassName
 {
   color: #4D355F;
 }
 .AnyTagClassName
 {
   color: #4D355F;
 }
</style>

background-color css

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

 a { background-color: rgb(77,53,95); }

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

border-color css

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

 span { border-color: rgb(77,53,95); }

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