#542469

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

Shades of Scarlet Gum #542469

Tints of Scarlet Gum #542469

Color information

#542469 (or 0x542469) is unknown color: approx Scarlet Gum. HEX triplet: 54, 24 and 69. RGB value is (84,36,105). Sum of RGB (Red+Green+Blue) = 84+36+105=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #542469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542469 is #ABDB96. Grayscale: #393939. Windows color (decimal): -11262871 or 6890580. OLE color: 6890580.

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

Color convert

RGB8436105-
CMYK0.200.6600.59
HSL281.74º48.94%27.65%-
HSV(B)281.74º65.71%41.18%-
XYZ6.844.1713.81-
YUV58.22154.4146.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 105 (41.41% from 255) = 46.67%
R=37.33%
G=16%
B=46.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84361050.200.6600.59281.7448.9427.65
Hex542469144203B11a311c
Octal12444151241020734326134
Binary10101001001001101001101001000010011101110001101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542469; }

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

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

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

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

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

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

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

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