#4C2261

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

Shades of Scarlet Gum #4C2261

Tints of Scarlet Gum #4C2261

Color information

#4C2261 (or 0x4C2261) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 22 and 61. RGB value is (76,34,97). Sum of RGB (Red+Green+Blue) = 76+34+97=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C2261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2261 is #B3DD9E. Grayscale: #353535. Windows color (decimal): -11787679 or 6365772. OLE color: 6365772.

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

Color convert

RGB763497-
CMYK0.220.6500.62
HSL280º48.09%25.69%-
HSV(B)280º64.95%38.04%-
XYZ5.713.5411.69-
YUV53.74152.41143.88-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.71%
GREEN value IS 34 (13.67% from 255) = 16.43%
BLUE value IS 97 (38.28% from 255) = 46.86%
R=36.71%
G=16.43%
B=46.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7634970.220.6500.6228048.0925.69
Hex4C2261164103E118301a
Octal11442141261010764306032
Binary10011001000101100001101101000001011111010001100011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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