#542C66

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

Shades of Scarlet Gum #542C66

Tints of Scarlet Gum #542C66

Color information

#542C66 (or 0x542C66) is unknown color: approx Scarlet Gum. HEX triplet: 54, 2C and 66. RGB value is (84,44,102). Sum of RGB (Red+Green+Blue) = 84+44+102=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 102 - color contains mainly: blue. Hex color #542C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542C66 is #ABD399. Grayscale: #3E3E3E. Windows color (decimal): -11260826 or 6696020. OLE color: 6696020.

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

Color convert

RGB8444102-
CMYK0.180.5700.6
HSL281.38º39.73%28.63%-
HSV(B)281.38º56.86%40%-
XYZ6.964.6513.1-
YUV62.57150.25143.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.52%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 102 (40.23% from 255) = 44.35%
R=36.52%
G=19.13%
B=44.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84441020.180.5700.6281.3839.7328.63
Hex542C66123903C119281d
Octal1245414622710744315035
Binary1010100101100110011010010111001011110010001100110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542C66; }

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

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

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

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

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

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

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

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