#542166

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

Shades of Scarlet Gum #542166

Tints of Scarlet Gum #542166

Color information

#542166 (or 0x542166) is unknown color: approx Scarlet Gum. HEX triplet: 54, 21 and 66. RGB value is (84,33,102). Sum of RGB (Red+Green+Blue) = 84+33+102=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #542166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542166 is #ABDE99. Grayscale: #373737. Windows color (decimal): -11263642 or 6693204. OLE color: 6693204.

HSL color Cylindrical-coordinate representation of color #542166: hue angle of 284.35º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #542166 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8433102-
CMYK0.180.6800.6
HSL284.35º51.11%26.47%-
HSV(B)284.35º67.65%40%-
XYZ6.63.9312.98-
YUV56.11153.9147.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.36%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=38.36%
G=15.07%
B=46.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84331020.180.6800.6284.3551.1126.47
Hex542166124403C11c331a
Octal12441146221040744346332
Binary10101001000011100110100101000100011110010001110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542166; }

 p { color: rgb(84,33,102); }

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

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

 a { background-color: rgb(84,33,102); }

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

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

 span { border-color: rgb(84,33,102); }

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