#542169

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

Shades of Scarlet Gum #542169

Tints of Scarlet Gum #542169

Color information

#542169 (or 0x542169) is unknown color: approx Scarlet Gum. HEX triplet: 54, 21 and 69. RGB value is (84,33,105). Sum of RGB (Red+Green+Blue) = 84+33+105=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #542169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542169 is #ABDE96. Grayscale: #383838. Windows color (decimal): -11263639 or 6889812. OLE color: 6889812.

HSL color Cylindrical-coordinate representation of color #542169: hue angle of 282.5º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #542169 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8433105-
CMYK0.200.6900.59
HSL282.5º52.17%27.06%-
HSV(B)282.5º68.57%41.18%-
XYZ6.753.9913.78-
YUV56.46155.4147.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.84%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=37.84%
G=14.86%
B=47.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84331050.200.6900.59282.552.1727.06
Hex542169144503B11a341b
Octal12441151241050734326433
Binary10101001000011101001101001000101011101110001101011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542169; }

 p { color: rgb(84,33,105); }

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

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

 a { background-color: rgb(84,33,105); }

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

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

 span { border-color: rgb(84,33,105); }

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