#771049

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

Shades of Pompadour #771049

Tints of Pompadour #771049

Color information

#771049 (or 0x771049) is unknown color: approx Pompadour. HEX triplet: 77, 10 and 49. RGB value is (119,16,73). Sum of RGB (Red+Green+Blue) = 119+16+73=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #771049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771049 is #88EFB6. Grayscale: #353535. Windows color (decimal): -8974263 or 4788343. OLE color: 4788343.

HSL color Cylindrical-coordinate representation of color #771049: hue angle of 326.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771049 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1191673-
CMYK00.870.390.53
HSL326.8º76.3%26.47%-
HSV(B)326.8º86.55%46.67%-
XYZ94.776.75-
YUV53.3139.12174.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.21%
GREEN value IS 16 (6.64% from 255) = 7.69%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=57.21%
G=7.69%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119167300.870.390.53326.876.326.47
Hex77104905727351474c1a
Octal167201110127476550711432
Binary111011110000100100101010111100111110101101000111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771049; }

 p { color: rgb(119,16,73); }

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

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

 a { background-color: rgb(119,16,73); }

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

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

 span { border-color: rgb(119,16,73); }

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