#7F144E

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

Shades of Pompadour #7F144E

Tints of Pompadour #7F144E

Color information

#7F144E (or 0x7F144E) is unknown color: approx Pompadour. HEX triplet: 7F, 14 and 4E. RGB value is (127,20,78). Sum of RGB (Red+Green+Blue) = 127+20+78=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F144E is #80EBB1. Grayscale: #3A3A3A. Windows color (decimal): -8448946 or 5117055. OLE color: 5117055.

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

Color convert

RGB1272078-
CMYK00.840.390.50
HSL327.48º72.79%28.82%-
HSV(B)327.48º84.25%49.8%-
XYZ10.385.567.73-
YUV58.6138.95176.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.44%
GREEN value IS 20 (8.20% from 255) = 8.89%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=56.44%
G=8.89%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127207800.840.390.50327.4872.7928.82
Hex7F144E0542732147491d
Octal177241160124476250711135
Binary111111110100100111001010100100111110010101000111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F144E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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