#5E1542

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

Shades of Pompadour #5E1542

Tints of Pompadour #5E1542

Color information

#5E1542 (or 0x5E1542) is unknown color: approx Pompadour. HEX triplet: 5E, 15 and 42. RGB value is (94,21,66). Sum of RGB (Red+Green+Blue) = 94+21+66=181 (23% of max value = 765). Red value is 94 (37.11% from 255 or 51.93% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1542 is #A1EABD. Grayscale: #2F2F2F. Windows color (decimal): -10611390 or 4330846. OLE color: 4330846.

HSL color Cylindrical-coordinate representation of color #5E1542: hue angle of 323.01º 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 #5E1542 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.63.

Color convert

RGB942166-
CMYK00.780.300.63
HSL323.01º63.48%22.55%-
HSV(B)323.01º77.66%36.86%-
XYZ5.873.315.48-
YUV47.96138.18160.84-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 51.93%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=51.93%
G=11.60%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94216600.780.300.63323.0163.4822.55
Hex5E154204E1E3F1433f17
Octal13625102011636775037727
Binary1011110101011000010010011101111011111110100001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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