#4C2557

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

Shades of Scarlet Gum #4C2557

Tints of Scarlet Gum #4C2557

Color information

#4C2557 (or 0x4C2557) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 25 and 57. RGB value is (76,37,87). Sum of RGB (Red+Green+Blue) = 76+37+87=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #4C2557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2557 is #B3DAA8. Grayscale: #363636. Windows color (decimal): -11786921 or 5711180. OLE color: 5711180.

HSL color Cylindrical-coordinate representation of color #4C2557: hue angle of 286.8º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C2557 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB763787-
CMYK0.130.5700.66
HSL286.8º40.32%24.31%-
HSV(B)286.8º57.47%34.12%-
XYZ5.363.559.42-
YUV54.36146.42143.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 87 (34.38% from 255) = 43.5%
R=38%
G=18.5%
B=43.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7637870.130.5700.66286.840.3224.31
Hex4C2557D3904211f2818
Octal11445127157101024375030
Binary1001100100101101011111011110010100001010001111110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,37,87); }

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

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

 a { background-color: rgb(76,37,87); }

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

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

 span { border-color: rgb(76,37,87); }

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