#5E1439

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

Shades of Pompadour #5E1439

Tints of Pompadour #5E1439

Color information

#5E1439 (or 0x5E1439) is unknown color: approx Pompadour. HEX triplet: 5E, 14 and 39. RGB value is (94,20,57). Sum of RGB (Red+Green+Blue) = 94+20+57=171 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.97% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1439 is #A1EBC6. Grayscale: #2E2E2E. Windows color (decimal): -10611655 or 3740766. OLE color: 3740766.

HSL color Cylindrical-coordinate representation of color #5E1439: hue angle of 330º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E1439 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB942057-
CMYK00.790.390.63
HSL330º64.91%22.35%-
HSV(B)330º78.72%36.86%-
XYZ5.63.184.19-
YUV46.34134.02161.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 54.97%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 57 (22.66% from 255) = 33.33%
R=54.97%
G=11.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94205700.790.390.6333064.9122.35
Hex5E143904F273F14a4116
Octal13624710117477751210126
Binary10111101010011100101001111100111111111101001010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,20,57); }

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

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

 a { background-color: rgb(94,20,57); }

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

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

 span { border-color: rgb(94,20,57); }

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