#7F1151

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

Shades of Pompadour #7F1151

Tints of Pompadour #7F1151

Color information

#7F1151 (or 0x7F1151) is unknown color: approx Pompadour. HEX triplet: 7F, 11 and 51. RGB value is (127,17,81). Sum of RGB (Red+Green+Blue) = 127+17+81=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1151 is #80EEAE. Grayscale: #393939. Windows color (decimal): -8449711 or 5312895. OLE color: 5312895.

HSL color Cylindrical-coordinate representation of color #7F1151: hue angle of 325.09º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1151 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB1271781-
CMYK00.870.360.50
HSL325.09º76.39%28.24%-
HSV(B)325.09º86.61%49.8%-
XYZ10.445.518.3-
YUV57.19141.44177.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.44%
GREEN value IS 17 (7.03% from 255) = 7.56%
BLUE value IS 81 (32.03% from 255) = 36%
R=56.44%
G=7.56%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127178100.870.360.50325.0976.3928.24
Hex7F115105724321454c1c
Octal177211210127446250511434
Binary111111110001101000101010111100100110010101000101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,17,81); }

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

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

 a { background-color: rgb(127,17,81); }

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

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

 span { border-color: rgb(127,17,81); }

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