#7F184F

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

Shades of Pompadour #7F184F

Tints of Pompadour #7F184F

Color information

#7F184F (or 0x7F184F) is unknown color: approx Pompadour. HEX triplet: 7F, 18 and 4F. RGB value is (127,24,79). Sum of RGB (Red+Green+Blue) = 127+24+79=230 (30% of max value = 765). Red value is 127 (50% from 255 or 55.22% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 127 - color contains mainly: red. Hex color #7F184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F184F is #80E7B0. Grayscale: #3C3C3C. Windows color (decimal): -8447921 or 5183615. OLE color: 5183615.

HSL color Cylindrical-coordinate representation of color #7F184F: hue angle of 327.96º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F184F is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB1272479-
CMYK00.810.380.50
HSL327.96º68.21%29.61%-
HSV(B)327.96º81.1%49.8%-
XYZ10.495.737.95-
YUV61.07138.12175.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.22%
GREEN value IS 24 (9.77% from 255) = 10.43%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=55.22%
G=10.43%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127247900.810.380.50327.9668.2129.61
Hex7F184F0512632148441e
Octal177301170121466251010436
Binary111111111000100111101010001100110110010101001000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,24,79); }

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

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

 a { background-color: rgb(127,24,79); }

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

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

 span { border-color: rgb(127,24,79); }

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