#541f3f

Color #541F3F Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #541F3F

Tints of Pompadour #541F3F

Color information

#541F3F (or 0x541F3F) is unknown color: approx Pompadour. HEX triplet: 54, 1F and 3F. RGB value is (84,31,63). Sum of RGB (Red+Green+Blue) = 84+31+63=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #541F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F3F is #ABE0C0. Grayscale: #323232. Windows color (decimal): -11264193 or 4136788. OLE color: 4136788.

HSL color Cylindrical-coordinate representation of color #541F3F: hue angle of 323.77º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #541F3F is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB843163-
CMYK00.630.250.67
HSL323.77º46.09%22.55%-
HSV(B)323.77º63.1%32.94%-
XYZ5.043.225.06-
YUV50.5135.06151.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.19%
GREEN value IS 31 (12.5% from 255) = 17.42%
BLUE value IS 63 (25% from 255) = 35.39%
R=47.19%
G=17.42%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84316300.630.250.67323.7746.0922.55
Hex541F3F03F19431442e17
Octal1243777077311035045627
Binary101010011111111111011111111001100001110100010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541f3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541f3f; }

 p { color: rgb(84,31,63); }

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

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

 a { background-color: rgb(84,31,63); }

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

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

 span { border-color: rgb(84,31,63); }

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