#7F1143

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

Shades of Pompadour #7F1143

Tints of Pompadour #7F1143

Color information

#7F1143 (or 0x7F1143) is unknown color: approx Pompadour. HEX triplet: 7F, 11 and 43. RGB value is (127,17,67). Sum of RGB (Red+Green+Blue) = 127+17+67=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1143 is #80EEBC. Grayscale: #373737. Windows color (decimal): -8449725 or 4395391. OLE color: 4395391.

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

Color convert

RGB1271767-
CMYK00.870.470.50
HSL332.73º76.39%28.24%-
HSV(B)332.73º86.61%49.8%-
XYZ9.975.325.81-
YUV55.59134.44178.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 60.19%
GREEN value IS 17 (7.03% from 255) = 8.06%
BLUE value IS 67 (26.56% from 255) = 31.75%
R=60.19%
G=8.06%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127176700.870.470.50332.7376.3928.24
Hex7F11430572F3214d4c1c
Octal177211030127576251511434
Binary111111110001100001101010111101111110010101001101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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