#771E49

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

Shades of Pompadour #771E49

Tints of Pompadour #771E49

Color information

#771E49 (or 0x771E49) is unknown color: approx Pompadour. HEX triplet: 77, 1E and 49. RGB value is (119,30,73). Sum of RGB (Red+Green+Blue) = 119+30+73=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #771E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E49 is #88E1B6. Grayscale: #3D3D3D. Windows color (decimal): -8970679 or 4791927. OLE color: 4791927.

HSL color Cylindrical-coordinate representation of color #771E49: hue angle of 331.01º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E49 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1193073-
CMYK00.750.390.53
HSL331.01º59.73%29.22%-
HSV(B)331.01º74.79%46.67%-
XYZ9.275.336.84-
YUV61.51134.49169-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.60%
GREEN value IS 30 (12.11% from 255) = 13.51%
BLUE value IS 73 (28.91% from 255) = 32.88%
R=53.60%
G=13.51%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119307300.750.390.53331.0159.7329.22
Hex771E4904B273514b3c1d
Octal16736111011347655137435
Binary11101111111010010010100101110011111010110100101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771E49; }

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

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

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

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

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

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

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

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