#542666

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

Shades of Scarlet Gum #542666

Tints of Scarlet Gum #542666

Color information

#542666 (or 0x542666) is unknown color: approx Scarlet Gum. HEX triplet: 54, 26 and 66. RGB value is (84,38,102). Sum of RGB (Red+Green+Blue) = 84+38+102=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #542666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542666 is #ABD999. Grayscale: #3A3A3A. Windows color (decimal): -11262362 or 6694484. OLE color: 6694484.

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

Color convert

RGB8438102-
CMYK0.180.6300.6
HSL283.12º45.71%27.45%-
HSV(B)283.12º62.75%40%-
XYZ6.754.2313.03-
YUV59.05152.24145.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 38 (15.23% from 255) = 16.96%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=37.5%
G=16.96%
B=45.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84381020.180.6300.6283.1245.7127.45
Hex542666123F03C11b2e1b
Octal1244614622770744335633
Binary1010100100110110011010010111111011110010001101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542666; }

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

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

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

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

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

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

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

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