#542C67

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

Shades of Scarlet Gum #542C67

Tints of Scarlet Gum #542C67

Color information

#542C67 (or 0x542C67) is unknown color: approx Scarlet Gum. HEX triplet: 54, 2C and 67. RGB value is (84,44,103). Sum of RGB (Red+Green+Blue) = 84+44+103=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #542C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542C67 is #ABD398. Grayscale: #3E3E3E. Windows color (decimal): -11260825 or 6761556. OLE color: 6761556.

HSL color Cylindrical-coordinate representation of color #542C67: hue angle of 280.68º 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 #542C67 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8444103-
CMYK0.180.5700.60
HSL280.68º40.14%28.82%-
HSV(B)280.68º57.28%40.39%-
XYZ7.014.6713.36-
YUV62.69150.75143.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 44 (17.58% from 255) = 19.05%
BLUE value IS 103 (40.62% from 255) = 44.59%
R=36.36%
G=19.05%
B=44.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84441030.180.5700.60280.6840.1428.82
Hex542C67123903C119281d
Octal1245414722710744315035
Binary1010100101100110011110010111001011110010001100110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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