#542D65

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

Shades of Scarlet Gum #542D65

Tints of Scarlet Gum #542D65

Color information

#542D65 (or 0x542D65) is unknown color: approx Scarlet Gum. HEX triplet: 54, 2D and 65. RGB value is (84,45,101). Sum of RGB (Red+Green+Blue) = 84+45+101=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #542D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542D65 is #ABD29A. Grayscale: #3E3E3E. Windows color (decimal): -11260571 or 6630740. OLE color: 6630740.

HSL color Cylindrical-coordinate representation of color #542D65: hue angle of 281.79º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #542D65 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8445101-
CMYK0.170.5500.60
HSL281.79º38.36%28.63%-
HSV(B)281.79º55.45%39.61%-
XYZ6.944.712.85-
YUV63.04149.42142.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.52%
GREEN value IS 45 (17.97% from 255) = 19.57%
BLUE value IS 101 (39.84% from 255) = 43.91%
R=36.52%
G=19.57%
B=43.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84451010.170.5500.60281.7938.3628.63
Hex542D65113703C11a261d
Octal1245514521670744324635
Binary1010100101101110010110001110111011110010001101010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542D65; }

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

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

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

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

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

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

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

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