#5E164B

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

Shades of Pompadour #5E164B

Tints of Pompadour #5E164B

Color information

#5E164B (or 0x5E164B) is unknown color: approx Pompadour. HEX triplet: 5E, 16 and 4B. RGB value is (94,22,75). Sum of RGB (Red+Green+Blue) = 94+22+75=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E164B is #A1E9B4. Grayscale: #313131. Windows color (decimal): -10611125 or 4920926. OLE color: 4920926.

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

Color convert

RGB942275-
CMYK00.770.200.63
HSL315.83º62.07%22.75%-
HSV(B)315.83º76.6%36.86%-
XYZ6.173.467-
YUV49.57142.35159.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 49.21%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 75 (29.69% from 255) = 39.27%
R=49.21%
G=11.52%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94227500.770.200.63315.8362.0722.75
Hex5E164B04D143F13c3e17
Octal13626113011524774747627
Binary1011110101101001011010011011010011111110011110011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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