#540E65

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

Shades of Scarlet Gum #540E65

Tints of Scarlet Gum #540E65

Color information

#540E65 (or 0x540E65) is unknown color: approx Scarlet Gum. HEX triplet: 54, 0E and 65. RGB value is (84,14,101). Sum of RGB (Red+Green+Blue) = 84+14+101=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #540E65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540E65 is #ABF19A. Grayscale: #2C2C2C. Windows color (decimal): -11268507 or 6622804. OLE color: 6622804.

HSL color Cylindrical-coordinate representation of color #540E65: hue angle of 288.28º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #540E65 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8414101-
CMYK0.170.8600.60
HSL288.28º75.65%22.55%-
HSV(B)288.28º86.14%39.61%-
XYZ6.163.1412.59-
YUV44.85159.69155.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.21%
GREEN value IS 14 (5.86% from 255) = 7.04%
BLUE value IS 101 (39.84% from 255) = 50.75%
R=42.21%
G=7.04%
B=50.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84141010.170.8600.60288.2875.6522.55
Hex54E65115603C1204c17
Octal124161452112607444011427
Binary1010100111011001011000110101100111100100100000100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540E65; }

 p { color: rgb(84,14,101); }

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

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

 a { background-color: rgb(84,14,101); }

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

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

 span { border-color: rgb(84,14,101); }

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