#542B65

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

Shades of Scarlet Gum #542B65

Tints of Scarlet Gum #542B65

Color information

#542B65 (or 0x542B65) is unknown color: approx Scarlet Gum. HEX triplet: 54, 2B and 65. RGB value is (84,43,101). Sum of RGB (Red+Green+Blue) = 84+43+101=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #542B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542B65 is #ABD49A. Grayscale: #3D3D3D. Windows color (decimal): -11261083 or 6630228. OLE color: 6630228.

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

Color convert

RGB8443101-
CMYK0.170.5700.60
HSL282.41º40.28%28.24%-
HSV(B)282.41º57.43%39.61%-
XYZ6.874.5512.83-
YUV61.87150.08143.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.84%
GREEN value IS 43 (17.19% from 255) = 18.86%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=36.84%
G=18.86%
B=44.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84431010.170.5700.60282.4140.2828.24
Hex542B65113903C11a281c
Octal1245314521710744325034
Binary1010100101011110010110001111001011110010001101010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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