#5E163D

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

Shades of Pompadour #5E163D

Tints of Pompadour #5E163D

Color information

#5E163D (or 0x5E163D) is unknown color: approx Pompadour. HEX triplet: 5E, 16 and 3D. RGB value is (94,22,61). Sum of RGB (Red+Green+Blue) = 94+22+61=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E163D is #A1E9C2. Grayscale: #2F2F2F. Windows color (decimal): -10611139 or 4003422. OLE color: 4003422.

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

Color convert

RGB942261-
CMYK00.770.350.63
HSL327.5º62.07%22.75%-
HSV(B)327.5º76.6%36.86%-
XYZ5.753.294.75-
YUV47.97135.35160.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 53.11%
GREEN value IS 22 (8.98% from 255) = 12.43%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=53.11%
G=12.43%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94226100.770.350.63327.562.0722.75
Hex5E163D04D233F1483e17
Octal1362675011543775107627
Binary1011110101101111010100110110001111111110100100011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,22,61); }

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

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

 a { background-color: rgb(94,22,61); }

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

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

 span { border-color: rgb(94,22,61); }

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