#7F1743

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

Shades of Pompadour #7F1743

Tints of Pompadour #7F1743

Color information

#7F1743 (or 0x7F1743) is unknown color: approx Pompadour. HEX triplet: 7F, 17 and 43. RGB value is (127,23,67). Sum of RGB (Red+Green+Blue) = 127+23+67=217 (28% of max value = 765). Red value is 127 (50% from 255 or 58.53% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1743 is #80E8BC. Grayscale: #3B3B3B. Windows color (decimal): -8448189 or 4396927. OLE color: 4396927.

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

Color convert

RGB1272367-
CMYK00.820.470.50
HSL334.62º69.33%29.41%-
HSV(B)334.62º81.89%49.8%-
XYZ10.075.535.85-
YUV59.11132.46176.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 58.53%
GREEN value IS 23 (9.38% from 255) = 10.60%
BLUE value IS 67 (26.56% from 255) = 30.88%
R=58.53%
G=10.60%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127236700.820.470.50334.6269.3329.41
Hex7F17430522F3214f451d
Octal177271030122576251710535
Binary111111110111100001101010010101111110010101001111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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