#542261

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

Shades of Scarlet Gum #542261

Tints of Scarlet Gum #542261

Color information

#542261 (or 0x542261) is unknown color: approx Scarlet Gum. HEX triplet: 54, 22 and 61. RGB value is (84,34,97). Sum of RGB (Red+Green+Blue) = 84+34+97=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #542261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542261 is #ABDD9E. Grayscale: #373737. Windows color (decimal): -11263391 or 6365780. OLE color: 6365780.

HSL color Cylindrical-coordinate representation of color #542261: hue angle of 287.62º 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 #542261 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB843497-
CMYK0.130.6500.62
HSL287.62º48.09%25.69%-
HSV(B)287.62º64.95%38.04%-
XYZ6.393.8911.72-
YUV56.13151.06147.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.07%
GREEN value IS 34 (13.67% from 255) = 15.81%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=39.07%
G=15.81%
B=45.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8434970.130.6500.62287.6248.0925.69
Hex542261D4103E120301a
Octal12442141151010764406032
Binary1010100100010110000111011000001011111010010000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542261; }

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

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

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

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

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

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

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

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