#4D2964

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

Shades of Scarlet Gum #4D2964

Tints of Scarlet Gum #4D2964

Color information

#4D2964 (or 0x4D2964) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 29 and 64. RGB value is (77,41,100). Sum of RGB (Red+Green+Blue) = 77+41+100=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 100 - color contains mainly: blue. Hex color #4D2964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2964 is #B2D69B. Grayscale: #3A3A3A. Windows color (decimal): -11720348 or 6564173. OLE color: 6564173.

HSL color Cylindrical-coordinate representation of color #4D2964: hue angle of 276.61º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D2964 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7741100-
CMYK0.230.5900.61
HSL276.61º41.84%27.65%-
HSV(B)276.61º59%39.22%-
XYZ6.154.0812.52-
YUV58.49151.43141.2-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.32%
GREEN value IS 41 (16.41% from 255) = 18.81%
BLUE value IS 100 (39.45% from 255) = 45.87%
R=35.32%
G=18.81%
B=45.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal77411000.230.5900.61276.6141.8427.65
Hex4D2964173B03D1152a1c
Octal1155114427730754255234
Binary1001101101001110010010111111011011110110001010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,41,100); }

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

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

 a { background-color: rgb(77,41,100); }

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

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

 span { border-color: rgb(77,41,100); }

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