#4C3257

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

Shades of Scarlet Gum #4C3257

Tints of Scarlet Gum #4C3257

Color information

#4C3257 (or 0x4C3257) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 32 and 57. RGB value is (76,50,87). Sum of RGB (Red+Green+Blue) = 76+50+87=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #4C3257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3257 is #B3CDA8. Grayscale: #3D3D3D. Windows color (decimal): -11783593 or 5714508. OLE color: 5714508.

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

Color convert

RGB765087-
CMYK0.130.4300.66
HSL282.16º27.01%26.86%-
HSV(B)282.16º42.53%34.12%-
XYZ5.844.519.58-
YUV61.99142.11137.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.68%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 87 (34.38% from 255) = 40.85%
R=35.68%
G=23.47%
B=40.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7650870.130.4300.66282.1627.0126.86
Hex4C3257D2B04211a1b1b
Octal11462127155301024323333
Binary100110011001010101111101101011010000101000110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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