#5E244A

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

Shades of Pompadour #5E244A

Tints of Pompadour #5E244A

Color information

#5E244A (or 0x5E244A) is unknown color: approx Pompadour. HEX triplet: 5E, 24 and 4A. RGB value is (94,36,74). Sum of RGB (Red+Green+Blue) = 94+36+74=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 94 - color contains mainly: red. Hex color #5E244A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E244A is #A1DBB5. Grayscale: #393939. Windows color (decimal): -10607542 or 4858974. OLE color: 4858974.

HSL color Cylindrical-coordinate representation of color #5E244A: hue angle of 320.69º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E244A is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB943674-
CMYK00.620.210.63
HSL320.69º44.62%25.49%-
HSV(B)320.69º61.7%36.86%-
XYZ6.484.146.94-
YUV57.67137.22153.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.08%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=46.08%
G=17.65%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94367400.620.210.63320.6944.6225.49
Hex5E244A03E153F1412d19
Octal1364411207625775015531
Binary1011110100100100101001111101010111111110100000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,36,74); }

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

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

 a { background-color: rgb(94,36,74); }

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

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

 span { border-color: rgb(94,36,74); }

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