#542063

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

Shades of Scarlet Gum #542063

Tints of Scarlet Gum #542063

Color information

#542063 (or 0x542063) is unknown color: approx Scarlet Gum. HEX triplet: 54, 20 and 63. RGB value is (84,32,99). Sum of RGB (Red+Green+Blue) = 84+32+99=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #542063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542063 is #ABDF9C. Grayscale: #363636. Windows color (decimal): -11263901 or 6496340. OLE color: 6496340.

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

Color convert

RGB843299-
CMYK0.150.6800.61
HSL286.57º51.15%25.69%-
HSV(B)286.57º67.68%38.82%-
XYZ6.423.8212.2-
YUV55.19152.73148.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.07%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 99 (39.06% from 255) = 46.05%
R=39.07%
G=14.88%
B=46.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8432990.150.6800.61286.5751.1525.69
Hex542063F4403D11f331a
Octal12440143171040754376332
Binary1010100100000110001111111000100011110110001111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542063; }

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

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

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

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

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

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

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

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