#543162

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

Shades of Scarlet Gum #543162

Tints of Scarlet Gum #543162

Color information

#543162 (or 0x543162) is unknown color: approx Scarlet Gum. HEX triplet: 54, 31 and 62. RGB value is (84,49,98). Sum of RGB (Red+Green+Blue) = 84+49+98=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #543162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543162 is #ABCE9D. Grayscale: #404040. Windows color (decimal): -11259550 or 6435156. OLE color: 6435156.

HSL color Cylindrical-coordinate representation of color #543162: hue angle of 282.86º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #543162 is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB844998-
CMYK0.140.500.62
HSL282.86º33.33%28.82%-
HSV(B)282.86º50%38.43%-
XYZ6.964.9612.15-
YUV65.05146.6141.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=36.36%
G=21.21%
B=42.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8449980.140.500.62282.8633.3328.82
Hex543162E3203E11b211d
Octal1246114216620764334135
Binary101010011000111000101110110010011111010001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543162; }

 p { color: rgb(84,49,98); }

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

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

 a { background-color: rgb(84,49,98); }

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

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

 span { border-color: rgb(84,49,98); }

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