#5E1743

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

Shades of Pompadour #5E1743

Tints of Pompadour #5E1743

Color information

#5E1743 (or 0x5E1743) is unknown color: approx Pompadour. HEX triplet: 5E, 17 and 43. RGB value is (94,23,67). Sum of RGB (Red+Green+Blue) = 94+23+67=184 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.09% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1743 is #A1E8BC. Grayscale: #313131. Windows color (decimal): -10610877 or 4396894. OLE color: 4396894.

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

Color convert

RGB942367-
CMYK00.760.290.63
HSL322.82º60.68%22.94%-
HSV(B)322.82º75.53%36.86%-
XYZ5.943.45.65-
YUV49.24138.02159.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 51.09%
GREEN value IS 23 (9.38% from 255) = 12.5%
BLUE value IS 67 (26.56% from 255) = 36.41%
R=51.09%
G=12.5%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94236700.760.290.63322.8260.6822.94
Hex5E174304C1D3F1433d17
Octal13627103011435775037527
Binary1011110101111000011010011001110111111110100001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,23,67); }

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

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

 a { background-color: rgb(94,23,67); }

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

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

 span { border-color: rgb(94,23,67); }

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