#4C3953

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

Shades of Scarlet Gum #4C3953

Tints of Scarlet Gum #4C3953

Color information

#4C3953 (or 0x4C3953) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 39 and 53. RGB value is (76,57,83). Sum of RGB (Red+Green+Blue) = 76+57+83=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: blue. Hex color #4C3953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3953 is #B3C6AC. Grayscale: #414141. Windows color (decimal): -11781805 or 5454156. OLE color: 5454156.

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

Color convert

RGB765783-
CMYK0.080.3100.67
HSL283.85º18.57%27.45%-
HSV(B)283.85º31.33%32.55%-
XYZ65.098.85-
YUV65.64137.79135.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.19%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 83 (32.81% from 255) = 38.43%
R=35.19%
G=26.39%
B=38.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7657830.080.3100.67283.8518.5727.45
Hex4C395381F04311c131b
Octal11471123103701034342333
Binary10011001110011010011100011111010000111000111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,57,83); }

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

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

 a { background-color: rgb(76,57,83); }

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

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

 span { border-color: rgb(76,57,83); }

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