#5E1544

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

Shades of Pompadour #5E1544

Tints of Pompadour #5E1544

Color information

#5E1544 (or 0x5E1544) is unknown color: approx Pompadour. HEX triplet: 5E, 15 and 44. RGB value is (94,21,68). Sum of RGB (Red+Green+Blue) = 94+21+68=183 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.37% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1544 is #A1EABB. Grayscale: #303030. Windows color (decimal): -10611388 or 4461918. OLE color: 4461918.

HSL color Cylindrical-coordinate representation of color #5E1544: hue angle of 321.37º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E1544 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.63.

Color convert

RGB942168-
CMYK00.780.280.63
HSL321.37º63.48%22.55%-
HSV(B)321.37º77.66%36.86%-
XYZ5.933.335.8-
YUV48.18139.18160.68-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 51.37%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 68 (26.95% from 255) = 37.16%
R=51.37%
G=11.48%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94216800.780.280.63321.3763.4822.55
Hex5E154404E1C3F1413f17
Octal13625104011634775017727
Binary1011110101011000100010011101110011111110100000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E1544; }

 p { color: rgb(94,21,68); }

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

<style>
 a { background-color: #5E1544; }

 a { background-color: rgb(94,21,68); }

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

<style>
 span { border-color: #5E1544; }

 span { border-color: rgb(94,21,68); }

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