#4C3855

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

Shades of Scarlet Gum #4C3855

Tints of Scarlet Gum #4C3855

Color information

#4C3855 (or 0x4C3855) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 38 and 55. RGB value is (76,56,85). Sum of RGB (Red+Green+Blue) = 76+56+85=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C3855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3855 is #B3C7AA. Grayscale: #414141. Windows color (decimal): -11782059 or 5584972. OLE color: 5584972.

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

Color convert

RGB765685-
CMYK0.110.3400.67
HSL281.38º20.57%27.65%-
HSV(B)281.38º34.12%33.33%-
XYZ6.035.029.25-
YUV65.29139.13135.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.02%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=35.02%
G=25.81%
B=39.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7656850.110.3400.67281.3820.5727.65
Hex4C3855B22043119151c
Octal11470125134201034312534
Binary100110011100010101011011100010010000111000110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,56,85); }

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

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

 a { background-color: rgb(76,56,85); }

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

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

 span { border-color: rgb(76,56,85); }

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