#5E143A

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

Shades of Pompadour #5E143A

Tints of Pompadour #5E143A

Color information

#5E143A (or 0x5E143A) is unknown color: approx Pompadour. HEX triplet: 5E, 14 and 3A. RGB value is (94,20,58). Sum of RGB (Red+Green+Blue) = 94+20+58=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E143A is #A1EBC5. Grayscale: #2E2E2E. Windows color (decimal): -10611654 or 3806302. OLE color: 3806302.

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

Color convert

RGB942058-
CMYK00.790.380.63
HSL329.19º64.91%22.35%-
HSV(B)329.19º78.72%36.86%-
XYZ5.633.194.32-
YUV46.46134.52161.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 54.65%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=54.65%
G=11.63%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94205800.790.380.63329.1964.9122.35
Hex5E143A04F263F1494116
Octal13624720117467751110126
Binary10111101010011101001001111100110111111101001001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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