#7F1040

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

Shades of Pompadour #7F1040

Tints of Pompadour #7F1040

Color information

#7F1040 (or 0x7F1040) is unknown color: approx Pompadour. HEX triplet: 7F, 10 and 40. RGB value is (127,16,64). Sum of RGB (Red+Green+Blue) = 127+16+64=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1040 is #80EFBF. Grayscale: #363636. Windows color (decimal): -8449984 or 4198527. OLE color: 4198527.

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

Color convert

RGB1271664-
CMYK00.870.500.50
HSL334.05º77.62%28.04%-
HSV(B)334.05º87.4%49.8%-
XYZ9.865.255.34-
YUV54.66133.27179.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.35%
GREEN value IS 16 (6.64% from 255) = 7.73%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=61.35%
G=7.73%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127166400.870.500.50334.0577.6228.04
Hex7F1040057323214e4e1c
Octal177201000127626251611634
Binary111111110000100000001010111110010110010101001110100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,16,64); }

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

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

 a { background-color: rgb(127,16,64); }

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

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

 span { border-color: rgb(127,16,64); }

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