#542663

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

Shades of Scarlet Gum #542663

Tints of Scarlet Gum #542663

Color information

#542663 (or 0x542663) is unknown color: approx Scarlet Gum. HEX triplet: 54, 26 and 63. RGB value is (84,38,99). Sum of RGB (Red+Green+Blue) = 84+38+99=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #542663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542663 is #ABD99C. Grayscale: #3A3A3A. Windows color (decimal): -11262365 or 6497876. OLE color: 6497876.

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

Color convert

RGB843899-
CMYK0.150.6200.61
HSL285.25º44.53%26.86%-
HSV(B)285.25º61.62%38.82%-
XYZ6.64.1712.26-
YUV58.71150.74146.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.01%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=38.01%
G=17.19%
B=44.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8438990.150.6200.61285.2544.5326.86
Hex542663F3E03D11d2d1b
Octal1244614317760754355533
Binary101010010011011000111111111110011110110001110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542663; }

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

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

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

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

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

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

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

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