#4D2560

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

Shades of Scarlet Gum #4D2560

Tints of Scarlet Gum #4D2560

Color information

#4D2560 (or 0x4D2560) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 25 and 60. RGB value is (77,37,96). Sum of RGB (Red+Green+Blue) = 77+37+96=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D2560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2560 is #B2DA9F. Grayscale: #373737. Windows color (decimal): -11721376 or 6301005. OLE color: 6301005.

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

Color convert

RGB773796-
CMYK0.200.6100.62
HSL280.68º44.36%26.08%-
HSV(B)280.68º61.46%37.65%-
XYZ5.833.7511.48-
YUV55.69150.75143.2-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 36.67%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=36.67%
G=17.62%
B=45.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7737960.200.6100.62280.6844.3626.08
Hex4D2560143D03E1192c1a
Octal1154514024750764315432
Binary1001101100101110000010100111101011111010001100110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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