#771F51

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

Shades of Pompadour #771F51

Tints of Pompadour #771F51

Color information

#771F51 (or 0x771F51) is unknown color: approx Pompadour. HEX triplet: 77, 1F and 51. RGB value is (119,31,81). Sum of RGB (Red+Green+Blue) = 119+31+81=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #771F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771F51 is #88E0AE. Grayscale: #3E3E3E. Windows color (decimal): -8970415 or 5316471. OLE color: 5316471.

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

Color convert

RGB1193181-
CMYK00.740.320.53
HSL325.91º58.67%29.41%-
HSV(B)325.91º73.95%46.67%-
XYZ9.585.58.34-
YUV63.01138.15167.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 31 (12.5% from 255) = 13.42%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=51.52%
G=13.42%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119318100.740.320.53325.9158.6729.41
Hex771F5104A20351463b1d
Octal16737121011240655067335
Binary11101111111110100010100101010000011010110100011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,31,81); }

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

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

 a { background-color: rgb(119,31,81); }

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

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

 span { border-color: rgb(119,31,81); }

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