#7F164B

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

Shades of Pompadour #7F164B

Tints of Pompadour #7F164B

Color information

#7F164B (or 0x7F164B) is unknown color: approx Pompadour. HEX triplet: 7F, 16 and 4B. RGB value is (127,22,75). Sum of RGB (Red+Green+Blue) = 127+22+75=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F164B is #80E9B4. Grayscale: #3B3B3B. Windows color (decimal): -8448437 or 4920959. OLE color: 4920959.

HSL color Cylindrical-coordinate representation of color #7F164B: hue angle of 329.71º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F164B is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1272275-
CMYK00.830.410.50
HSL329.71º70.47%29.22%-
HSV(B)329.71º82.68%49.8%-
XYZ10.315.597.19-
YUV59.44136.79176.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.70%
GREEN value IS 22 (8.98% from 255) = 9.82%
BLUE value IS 75 (29.69% from 255) = 33.48%
R=56.70%
G=9.82%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127227500.830.410.50329.7170.4729.22
Hex7F164B053293214a461d
Octal177261130123516251210635
Binary111111110110100101101010011101001110010101001010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F164B; }

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

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

<style>
 a { background-color: #7F164B; }

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

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

<style>
 span { border-color: #7F164B; }

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

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