#7F184E

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

Shades of Pompadour #7F184E

Tints of Pompadour #7F184E

Color information

#7F184E (or 0x7F184E) is unknown color: approx Pompadour. HEX triplet: 7F, 18 and 4E. RGB value is (127,24,78). Sum of RGB (Red+Green+Blue) = 127+24+78=229 (30% of max value = 765). Red value is 127 (50% from 255 or 55.46% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 127 - color contains mainly: red. Hex color #7F184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F184E is #80E7B1. Grayscale: #3C3C3C. Windows color (decimal): -8447922 or 5118079. OLE color: 5118079.

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

Color convert

RGB1272478-
CMYK00.810.390.50
HSL328.54º68.21%29.61%-
HSV(B)328.54º81.1%49.8%-
XYZ10.455.727.76-
YUV60.95137.62175.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.46%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=55.46%
G=10.48%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127247800.810.390.50328.5468.2129.61
Hex7F184E0512732149441e
Octal177301160121476251110436
Binary111111111000100111001010001100111110010101001001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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