#4C135F

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

Shades of Scarlet Gum #4C135F

Tints of Scarlet Gum #4C135F

Color information

#4C135F (or 0x4C135F) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 13 and 5F. RGB value is (76,19,95). Sum of RGB (Red+Green+Blue) = 76+19+95=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C135F is #B3ECA0. Grayscale: #2C2C2C. Windows color (decimal): -11791521 or 6230860. OLE color: 6230860.

HSL color Cylindrical-coordinate representation of color #4C135F: hue angle of 285º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C135F is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB761995-
CMYK0.200.8000.63
HSL285º66.67%22.35%-
HSV(B)285º80%37.25%-
XYZ5.282.8311.09-
YUV44.71156.38150.32-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40%
GREEN value IS 19 (7.81% from 255) = 10%
BLUE value IS 95 (37.5% from 255) = 50%
R=40%
G=10%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7619950.200.8000.6328566.6722.35
Hex4C135F145003F11d4316
Octal114231372412007743510326
Binary10011001001110111111010010100000111111100011101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,19,95); }

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

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

 a { background-color: rgb(76,19,95); }

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

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

 span { border-color: rgb(76,19,95); }

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