#541E3F

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

Shades of Pompadour #541E3F

Tints of Pompadour #541E3F

Color information

#541E3F (or 0x541E3F) is unknown color: approx Pompadour. HEX triplet: 54, 1E and 3F. RGB value is (84,30,63). Sum of RGB (Red+Green+Blue) = 84+30+63=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #541E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E3F is #ABE1C0. Grayscale: #313131. Windows color (decimal): -11264449 or 4136532. OLE color: 4136532.

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

Color convert

RGB843063-
CMYK00.640.250.67
HSL323.33º47.37%22.35%-
HSV(B)323.33º64.29%32.94%-
XYZ5.023.175.05-
YUV49.91135.39152.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.46%
GREEN value IS 30 (12.11% from 255) = 16.95%
BLUE value IS 63 (25% from 255) = 35.59%
R=47.46%
G=16.95%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84306300.640.250.67323.3347.3722.35
Hex541E3F04019431432f16
Octal12436770100311035035726
Binary1010100111101111110100000011001100001110100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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