#4C3D54

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

Shades of Scarlet Gum #4C3D54

Tints of Scarlet Gum #4C3D54

Color information

#4C3D54 (or 0x4C3D54) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 3D and 54. RGB value is (76,61,84). Sum of RGB (Red+Green+Blue) = 76+61+84=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 84 - color contains mainly: blue. Hex color #4C3D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3D54 is #B3C2AB. Grayscale: #444444. Windows color (decimal): -11780780 or 5520716. OLE color: 5520716.

HSL color Cylindrical-coordinate representation of color #4C3D54: hue angle of 279.13º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C3D54 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB766184-
CMYK0.100.2700.67
HSL279.13º15.86%28.43%-
HSV(B)279.13º27.38%32.94%-
XYZ6.255.519.12-
YUV68.11136.97133.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.39%
GREEN value IS 61 (24.22% from 255) = 27.60%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=34.39%
G=27.60%
B=38.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7661840.100.2700.67279.1315.8628.43
Hex4C3D54A1B043117101c
Octal11475124123301034272034
Binary10011001111011010100101011011010000111000101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,61,84); }

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

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

 a { background-color: rgb(76,61,84); }

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

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

 span { border-color: rgb(76,61,84); }

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