#542963

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

Shades of Scarlet Gum #542963

Tints of Scarlet Gum #542963

Color information

#542963 (or 0x542963) is unknown color: approx Scarlet Gum. HEX triplet: 54, 29 and 63. RGB value is (84,41,99). Sum of RGB (Red+Green+Blue) = 84+41+99=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #542963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542963 is #ABD69C. Grayscale: #3C3C3C. Windows color (decimal): -11261597 or 6498644. OLE color: 6498644.

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

Color convert

RGB844199-
CMYK0.150.5900.61
HSL284.48º41.43%27.45%-
HSV(B)284.48º58.59%38.82%-
XYZ6.74.3712.29-
YUV60.47149.75144.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=37.5%
G=18.30%
B=44.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8441990.150.5900.61284.4841.4327.45
Hex542963F3B03D11c291b
Octal1245114317730754345133
Binary101010010100111000111111111011011110110001110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542963; }

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

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

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

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

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

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

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

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