#542061

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

Shades of Scarlet Gum #542061

Tints of Scarlet Gum #542061

Color information

#542061 (or 0x542061) is unknown color: approx Scarlet Gum. HEX triplet: 54, 20 and 61. RGB value is (84,32,97). Sum of RGB (Red+Green+Blue) = 84+32+97=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #542061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542061 is #ABDF9E. Grayscale: #363636. Windows color (decimal): -11263903 or 6365268. OLE color: 6365268.

HSL color Cylindrical-coordinate representation of color #542061: hue angle of 288º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #542061 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB843297-
CMYK0.130.6700.62
HSL288º50.39%25.29%-
HSV(B)288º67.01%38.04%-
XYZ6.333.7811.71-
YUV54.96151.73148.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.44%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=39.44%
G=15.02%
B=45.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8432970.130.6700.6228850.3925.29
Hex542061D4303E1203219
Octal12440141151030764406231
Binary1010100100000110000111011000011011111010010000011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542061; }

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

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

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

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

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

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

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

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