#4D3261

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

Shades of Scarlet Gum #4D3261

Tints of Scarlet Gum #4D3261

Color information

#4D3261 (or 0x4D3261) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 32 and 61. RGB value is (77,50,97). Sum of RGB (Red+Green+Blue) = 77+50+97=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D3261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3261 is #B2CD9E. Grayscale: #3F3F3F. Windows color (decimal): -11718047 or 6369869. OLE color: 6369869.

HSL color Cylindrical-coordinate representation of color #4D3261: hue angle of 274.47º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D3261 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB775097-
CMYK0.210.4800.62
HSL274.47º31.97%28.82%-
HSV(B)274.47º48.45%38.04%-
XYZ6.364.7211.89-
YUV63.43146.95137.68-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.38%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=34.38%
G=22.32%
B=43.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7750970.210.4800.62274.4731.9728.82
Hex4D3261153003E112201d
Octal1156214125600764224035
Binary1001101110010110000110101110000011111010001001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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