#542861

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

Shades of Scarlet Gum #542861

Tints of Scarlet Gum #542861

Color information

#542861 (or 0x542861) is unknown color: approx Scarlet Gum. HEX triplet: 54, 28 and 61. RGB value is (84,40,97). Sum of RGB (Red+Green+Blue) = 84+40+97=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #542861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542861 is #ABD79E. Grayscale: #3B3B3B. Windows color (decimal): -11261855 or 6367316. OLE color: 6367316.

HSL color Cylindrical-coordinate representation of color #542861: hue angle of 286.32º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #542861 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB844097-
CMYK0.130.5900.62
HSL286.32º41.61%26.86%-
HSV(B)286.32º58.76%38.04%-
XYZ6.574.2711.79-
YUV59.65149.08145.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.01%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=38.01%
G=18.10%
B=43.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8440970.130.5900.62286.3241.6126.86
Hex542861D3B03E11e2a1b
Octal1245014115730764365233
Binary101010010100011000011101111011011111010001111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542861; }

 p { color: rgb(84,40,97); }

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

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

 a { background-color: rgb(84,40,97); }

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

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

 span { border-color: rgb(84,40,97); }

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