#4D3B54

Color #4D3B54 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4D3B54

Tints of Scarlet Gum #4D3B54

Color information

#4D3B54 (or 0x4D3B54) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 3B and 54. RGB value is (77,59,84). Sum of RGB (Red+Green+Blue) = 77+59+84=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 84 - color contains mainly: blue. Hex color #4D3B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3B54 is #B2C4AB. Grayscale: #434343. Windows color (decimal): -11715756 or 5520205. OLE color: 5520205.

HSL color Cylindrical-coordinate representation of color #4D3B54: hue angle of 283.2º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D3B54 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB775984-
CMYK0.080.3000.67
HSL283.2º17.48%28.04%-
HSV(B)283.2º29.76%32.94%-
XYZ6.225.359.09-
YUV67.23137.46134.97-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35%
GREEN value IS 59 (23.44% from 255) = 26.82%
BLUE value IS 84 (33.20% from 255) = 38.18%
R=35%
G=26.82%
B=38.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7759840.080.3000.67283.217.4828.04
Hex4D3B5481E04311b111c
Octal11573124103601034332134
Binary10011011110111010100100011110010000111000110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,59,84); }

 H1.HeaderClassName
 {
   color: #4D3B54;
 }
 .AnyTagClassName
 {
   color: #4D3B54;
 }
</style>
background-color css

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

 a { background-color: rgb(77,59,84); }

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

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

 span { border-color: rgb(77,59,84); }

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