#542361

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

Shades of Scarlet Gum #542361

Tints of Scarlet Gum #542361

Color information

#542361 (or 0x542361) is unknown color: approx Scarlet Gum. HEX triplet: 54, 23 and 61. RGB value is (84,35,97). Sum of RGB (Red+Green+Blue) = 84+35+97=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #542361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542361 is #ABDC9E. Grayscale: #383838. Windows color (decimal): -11263135 or 6366036. OLE color: 6366036.

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

Color convert

RGB843597-
CMYK0.130.6400.62
HSL287.42º46.97%25.88%-
HSV(B)287.42º63.92%38.04%-
XYZ6.413.9511.73-
YUV56.72150.73147.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.89%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=38.89%
G=16.20%
B=44.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8435970.130.6400.62287.4246.9725.88
Hex542361D4003E11f2f1a
Octal12443141151000764375732
Binary1010100100011110000111011000000011111010001111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542361; }

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

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

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

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

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

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

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

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