#4C1261

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

Shades of Scarlet Gum #4C1261

Tints of Scarlet Gum #4C1261

Color information

#4C1261 (or 0x4C1261) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 12 and 61. RGB value is (76,18,97). Sum of RGB (Red+Green+Blue) = 76+18+97=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C1261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1261 is #B3ED9E. Grayscale: #2C2C2C. Windows color (decimal): -11791775 or 6361676. OLE color: 6361676.

HSL color Cylindrical-coordinate representation of color #4C1261: hue angle of 284.05º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C1261 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB761897-
CMYK0.220.8100.62
HSL284.05º68.7%22.55%-
HSV(B)284.05º81.44%38.04%-
XYZ5.352.8311.57-
YUV44.35157.72150.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.79%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 97 (38.28% from 255) = 50.79%
R=39.79%
G=9.42%
B=50.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7618970.220.8100.62284.0568.722.55
Hex4C1261165103E11c4517
Octal114221412612107643410527
Binary10011001001011000011011010100010111110100011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,18,97); }

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

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

 a { background-color: rgb(76,18,97); }

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

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

 span { border-color: rgb(76,18,97); }

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