#543362

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

Shades of Scarlet Gum #543362

Tints of Scarlet Gum #543362

Color information

#543362 (or 0x543362) is unknown color: approx Scarlet Gum. HEX triplet: 54, 33 and 62. RGB value is (84,51,98). Sum of RGB (Red+Green+Blue) = 84+51+98=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #543362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543362 is #ABCC9D. Grayscale: #424242. Windows color (decimal): -11259038 or 6435668. OLE color: 6435668.

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

Color convert

RGB845198-
CMYK0.140.4800.62
HSL282.13º31.54%29.22%-
HSV(B)282.13º47.96%38.43%-
XYZ7.045.1312.18-
YUV66.22145.93140.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.05%
GREEN value IS 51 (20.31% from 255) = 21.89%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=36.05%
G=21.89%
B=42.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8451980.140.4800.62282.1331.5429.22
Hex543362E3003E11a201d
Octal1246314216600764324035
Binary101010011001111000101110110000011111010001101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543362; }

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

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

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

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

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

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

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

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