Html Css Color HEX #4D325E Scarlet Gum

📋 copy color: '#4D325E'

red 77 ◦ green 50 ◦ blue 94

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

Shades of Scarlet Gum #4D325E

Tints of Scarlet Gum #4D325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.62%

 BLUE value IS 94 (37.11% from 255) = 42.53%

R = 34.84%
G = 22.62%
B = 42.53%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4D325E (or 0x4D325E) is known color: Scarlet Gum. HEX triplet: 4D, 32 and 5E. RGB value is (77,50,94). Sum of RGB (Red+Green+Blue) = 77+50+94=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 94 - color contains mainly: blue. Hex color #4D325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D325E is #B2CDA1. Grayscale: #3E3E3E. Windows color (decimal): -11718050 or 6173261. OLE color: 6173261.

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

Color convert

RGB 77 50 94 -
CMYK 0.18 0.47 0 0.63
HSL 276.82º 0.31% 0.28% -
HSV(B) 276.82º 0.47% 0.37% -
XYZ 6.22 4.67 11.16 -
YUV 63.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 77 50 94 0.18 0.47 0 0.63 276.82 0.31 0.28
Hex 4D 32 5E 12 2F 0 3F 115 1F 1C
Octal 115 62 136 22 57 0 77 425 37 34
Binary 1001101 110010 1011110 10010 101111 0 111111 100010101 11111 11100

Color Harmonies of #4D325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D325E

Black with #4D325E

Text Example


Text Example

White with #4D325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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