#7F1749

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

Shades of Pompadour #7F1749

Tints of Pompadour #7F1749

Color information

#7F1749 (or 0x7F1749) is unknown color: approx Pompadour. HEX triplet: 7F, 17 and 49. RGB value is (127,23,73). Sum of RGB (Red+Green+Blue) = 127+23+73=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1749 is #80E8B6. Grayscale: #3B3B3B. Windows color (decimal): -8448183 or 4790143. OLE color: 4790143.

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

Color convert

RGB1272373-
CMYK00.820.430.50
HSL331.15º69.33%29.41%-
HSV(B)331.15º81.89%49.8%-
XYZ10.265.616.84-
YUV59.8135.46175.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.95%
GREEN value IS 23 (9.38% from 255) = 10.31%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=56.95%
G=10.31%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127237300.820.430.50331.1569.3329.41
Hex7F17490522B3214b451d
Octal177271110122536251310535
Binary111111110111100100101010010101011110010101001011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,23,73); }

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

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

 a { background-color: rgb(127,23,73); }

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

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

 span { border-color: rgb(127,23,73); }

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