#4D3559

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

Shades of Scarlet Gum #4D3559

Tints of Scarlet Gum #4D3559

Color information

#4D3559 (or 0x4D3559) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 35 and 59. RGB value is (77,53,89). Sum of RGB (Red+Green+Blue) = 77+53+89=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D3559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3559 is #B2CAA6. Grayscale: #404040. Windows color (decimal): -11717287 or 5846349. OLE color: 5846349.

HSL color Cylindrical-coordinate representation of color #4D3559: hue angle of 280º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D3559 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB775389-
CMYK0.130.4000.65
HSL280º25.35%27.84%-
HSV(B)280º40.45%34.9%-
XYZ6.144.8510.06-
YUV64.28141.95137.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.16%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=35.16%
G=24.20%
B=40.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7753890.130.4000.6528025.3527.84
Hex4D3559D28041118191c
Octal11565131155001014303134
Binary100110111010110110011101101000010000011000110001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,53,89); }

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

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

 a { background-color: rgb(77,53,89); }

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

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

 span { border-color: rgb(77,53,89); }

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