#542F65

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

Shades of Scarlet Gum #542F65

Tints of Scarlet Gum #542F65

Color information

#542F65 (or 0x542F65) is unknown color: approx Scarlet Gum. HEX triplet: 54, 2F and 65. RGB value is (84,47,101). Sum of RGB (Red+Green+Blue) = 84+47+101=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #542F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F65 is #ABD09A. Grayscale: #404040. Windows color (decimal): -11260059 or 6631252. OLE color: 6631252.

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

Color convert

RGB8447101-
CMYK0.170.5300.60
HSL281.11º36.49%29.02%-
HSV(B)281.11º53.47%39.61%-
XYZ7.024.8612.88-
YUV64.22148.76142.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 47 (18.75% from 255) = 20.26%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=36.21%
G=20.26%
B=43.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84471010.170.5300.60281.1136.4929.02
Hex542F65113503C119241d
Octal1245714521650744314435
Binary1010100101111110010110001110101011110010001100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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