#771D50

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

Shades of Pompadour #771D50

Tints of Pompadour #771D50

Color information

#771D50 (or 0x771D50) is unknown color: approx Pompadour. HEX triplet: 77, 1D and 50. RGB value is (119,29,80). Sum of RGB (Red+Green+Blue) = 119+29+80=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #771D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D50 is #88E2AF. Grayscale: #3D3D3D. Windows color (decimal): -8970928 or 5250423. OLE color: 5250423.

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

Color convert

RGB1192980-
CMYK00.760.330.53
HSL326º60.81%29.02%-
HSV(B)326º75.63%46.67%-
XYZ9.55.388.13-
YUV61.72138.32168.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.19%
GREEN value IS 29 (11.72% from 255) = 12.72%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=52.19%
G=12.72%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119298000.760.330.5332660.8129.02
Hex771D5004C21351463d1d
Octal16735120011441655067535
Binary11101111110110100000100110010000111010110100011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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