#771D4D

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

Shades of Pompadour #771D4D

Tints of Pompadour #771D4D

Color information

#771D4D (or 0x771D4D) is unknown color: approx Pompadour. HEX triplet: 77, 1D and 4D. RGB value is (119,29,77). Sum of RGB (Red+Green+Blue) = 119+29+77=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #771D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D4D is #88E2B2. Grayscale: #3D3D3D. Windows color (decimal): -8970931 or 5053815. OLE color: 5053815.

HSL color Cylindrical-coordinate representation of color #771D4D: hue angle of 328º degrees, saturation: 0.61, 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 #771D4D is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1192977-
CMYK00.760.350.53
HSL328º60.81%29.02%-
HSV(B)328º75.63%46.67%-
XYZ9.395.347.56-
YUV61.38136.82169.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 29 (11.72% from 255) = 12.89%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=52.89%
G=12.89%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119297700.760.350.5332860.8129.02
Hex771D4D04C23351483d1d
Octal16735115011443655107535
Binary11101111110110011010100110010001111010110100100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,29,77); }

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

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

 a { background-color: rgb(119,29,77); }

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

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

 span { border-color: rgb(119,29,77); }

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