#7F1148

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

Shades of Pompadour #7F1148

Tints of Pompadour #7F1148

Color information

#7F1148 (or 0x7F1148) is unknown color: approx Pompadour. HEX triplet: 7F, 11 and 48. RGB value is (127,17,72). Sum of RGB (Red+Green+Blue) = 127+17+72=216 (28% of max value = 765). Red value is 127 (50% from 255 or 58.80% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1148 is #80EEB7. Grayscale: #383838. Windows color (decimal): -8449720 or 4723071. OLE color: 4723071.

HSL color Cylindrical-coordinate representation of color #7F1148: hue angle of 330º 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 #7F1148 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB1271772-
CMYK00.870.430.50
HSL330º76.39%28.24%-
HSV(B)330º86.61%49.8%-
XYZ10.125.386.64-
YUV56.16136.94178.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 58.80%
GREEN value IS 17 (7.03% from 255) = 7.87%
BLUE value IS 72 (28.52% from 255) = 33.33%
R=58.80%
G=7.87%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127177200.870.430.5033076.3928.24
Hex7F11480572B3214a4c1c
Octal177211100127536251211434
Binary111111110001100100001010111101011110010101001010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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