#4C3556

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

Shades of Scarlet Gum #4C3556

Tints of Scarlet Gum #4C3556

Color information

#4C3556 (or 0x4C3556) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 35 and 56. RGB value is (76,53,86). Sum of RGB (Red+Green+Blue) = 76+53+86=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #4C3556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3556 is #B3CAA9. Grayscale: #3F3F3F. Windows color (decimal): -11782826 or 5649740. OLE color: 5649740.

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

Color convert

RGB765386-
CMYK0.120.3800.66
HSL281.82º23.74%27.25%-
HSV(B)281.82º38.37%33.73%-
XYZ5.934.759.41-
YUV63.64140.62136.82-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.35%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 86 (33.98% from 255) = 40%
R=35.35%
G=24.65%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7653860.120.3800.66281.8223.7427.25
Hex4C3556C2604211a181b
Octal11465126144601024323033
Binary100110011010110101101100100110010000101000110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,53,86); }

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

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

 a { background-color: rgb(76,53,86); }

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

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

 span { border-color: rgb(76,53,86); }

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