Html Css Color HEX #4D3760 Scarlet Gum

📋 copy color: '#4D3760'

red 77 ◦ green 55 ◦ blue 96

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

Shades of Scarlet Gum #4D3760

Tints of Scarlet Gum #4D3760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.11%

R = 33.77%
G = 24.12%
B = 42.11%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D3760 (or 0x4D3760) is known color: Scarlet Gum. HEX triplet: 4D, 37 and 60. RGB value is (77,55,96). Sum of RGB (Red+Green+Blue) = 77+55+96=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D3760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3760 is #B2C89F. Grayscale: #424242. Windows color (decimal): -11716768 or 6305613. OLE color: 6305613.

HSL color Cylindrical-coordinate representation of color #4D3760: hue angle of 272.2º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D3760 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 55 96 -
CMYK 0.20 0.43 0 0.62
HSL 272.2º 0.27% 0.3% -
HSV(B) 272.2º 0.43% 0.38% -
XYZ 6.54 5.15 11.72 -
YUV 66.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 77 55 96 0.20 0.43 0 0.62 272.2 0.27 0.3
Hex 4D 37 60 14 2B 0 3E 110 1B 1E
Octal 115 67 140 24 53 0 76 420 33 36
Binary 1001101 110111 1100000 10100 101011 0 111110 100010000 11011 11110

Color Harmonies of #4D3760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3760

Black with #4D3760

Text Example


Text Example

White with #4D3760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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