#5E2449

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

Shades of Pompadour #5E2449

Tints of Pompadour #5E2449

Color information

#5E2449 (or 0x5E2449) is unknown color: approx Pompadour. HEX triplet: 5E, 24 and 49. RGB value is (94,36,73). Sum of RGB (Red+Green+Blue) = 94+36+73=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2449 is #A1DBB6. Grayscale: #393939. Windows color (decimal): -10607543 or 4793438. OLE color: 4793438.

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

Color convert

RGB943673-
CMYK00.620.220.63
HSL321.72º44.62%25.49%-
HSV(B)321.72º61.7%36.86%-
XYZ6.454.126.76-
YUV57.56136.72153.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.31%
GREEN value IS 36 (14.45% from 255) = 17.73%
BLUE value IS 73 (28.91% from 255) = 35.96%
R=46.31%
G=17.73%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94367300.620.220.63321.7244.6225.49
Hex5E244903E163F1422d19
Octal1364411107626775025531
Binary1011110100100100100101111101011011111110100001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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