Html Css Color HEX #4D335F Scarlet Gum

📋 copy color: '#4D335F'

red 77 ◦ green 51 ◦ blue 95

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

Shades of Scarlet Gum #4D335F

Tints of Scarlet Gum #4D335F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.87%

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

R = 34.53%
G = 22.87%
B = 42.6%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4D335F (or 0x4D335F) is known color: Scarlet Gum. HEX triplet: 4D, 33 and 5F. RGB value is (77,51,95). Sum of RGB (Red+Green+Blue) = 77+51+95=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #4D335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D335F is #B2CCA0. Grayscale: #3F3F3F. Windows color (decimal): -11717793 or 6239053. OLE color: 6239053.

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

Color convert

RGB 77 51 95 -
CMYK 0.19 0.46 0 0.63
HSL 275.45º 0.3% 0.29% -
HSV(B) 275.45º 0.46% 0.37% -
XYZ 6.31 4.77 11.41 -
YUV 63.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 77 51 95 0.19 0.46 0 0.63 275.45 0.3 0.29
Hex 4D 33 5F 13 2E 0 3F 113 1E 1D
Octal 115 63 137 23 56 0 77 423 36 35
Binary 1001101 110011 1011111 10011 101110 0 111111 100010011 11110 11101

Color Harmonies of #4D335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D335F

Black with #4D335F

Text Example


Text Example

White with #4D335F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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