#771C4A

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

Shades of Pompadour #771C4A

Tints of Pompadour #771C4A

Color information

#771C4A (or 0x771C4A) is unknown color: approx Pompadour. HEX triplet: 77, 1C and 4A. RGB value is (119,28,74). Sum of RGB (Red+Green+Blue) = 119+28+74=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #771C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C4A is #88E3B5. Grayscale: #3C3C3C. Windows color (decimal): -8971190 or 4856951. OLE color: 4856951.

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

Color convert

RGB1192874-
CMYK00.760.380.53
HSL329.67º61.9%28.82%-
HSV(B)329.67º76.47%46.67%-
XYZ9.265.257-
YUV60.45135.65169.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 28 (11.33% from 255) = 12.67%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=53.85%
G=12.67%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119287400.760.380.53329.6761.928.82
Hex771C4A04C263514a3e1d
Octal16734112011446655127635
Binary11101111110010010100100110010011011010110100101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,28,74); }

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

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

 a { background-color: rgb(119,28,74); }

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

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

 span { border-color: rgb(119,28,74); }

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