Html Css Color HEX #4D375A Scarlet Gum

📋 copy color: '#4D375A'

red 77 ◦ green 55 ◦ blue 90

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

Shades of Scarlet Gum #4D375A

Tints of Scarlet Gum #4D375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.77%

 BLUE value IS 90 (35.55% from 255) = 40.54%

R = 34.68%
G = 24.77%
B = 40.54%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4D375A (or 0x4D375A) is known color: Scarlet Gum. HEX triplet: 4D, 37 and 5A. RGB value is (77,55,90). Sum of RGB (Red+Green+Blue) = 77+55+90=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D375A is #B2C8A5. Grayscale: #414141. Windows color (decimal): -11716774 or 5912397. OLE color: 5912397.

HSL color Cylindrical-coordinate representation of color #4D375A: hue angle of 277.71º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D375A is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 55 90 -
CMYK 0.14 0.39 0 0.65
HSL 277.71º 0.24% 0.28% -
HSV(B) 277.71º 0.39% 0.35% -
XYZ 6.27 5.05 10.32 -
YUV 65.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 77 55 90 0.14 0.39 0 0.65 277.71 0.24 0.28
Hex 4D 37 5A E 27 0 41 116 18 1C
Octal 115 67 132 16 47 0 101 426 30 34
Binary 1001101 110111 1011010 1110 100111 0 1000001 100010110 11000 11100

Color Harmonies of #4D375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D375A

Black with #4D375A

Text Example


Text Example

White with #4D375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,55,90); }

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

background-color css

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

 a { background-color: rgb(77,55,90); }

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

border-color css

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

 span { border-color: rgb(77,55,90); }

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