#543461

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

Shades of Scarlet Gum #543461

Tints of Scarlet Gum #543461

Color information

#543461 (or 0x543461) is unknown color: approx Scarlet Gum. HEX triplet: 54, 34 and 61. RGB value is (84,52,97). Sum of RGB (Red+Green+Blue) = 84+52+97=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #543461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543461 is #ABCB9E. Grayscale: #424242. Windows color (decimal): -11258783 or 6370388. OLE color: 6370388.

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

Color convert

RGB845297-
CMYK0.130.4600.62
HSL282.67º30.2%29.22%-
HSV(B)282.67º46.39%38.04%-
XYZ7.045.211.94-
YUV66.7145.1140.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.05%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=36.05%
G=22.32%
B=41.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8452970.130.4600.62282.6730.229.22
Hex543461D2E03E11b1e1d
Octal1246414115560764333635
Binary10101001101001100001110110111001111101000110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543461; }

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

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

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

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

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

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

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

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