#771F52

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

Shades of Pompadour #771F52

Tints of Pompadour #771F52

Color information

#771F52 (or 0x771F52) is unknown color: approx Pompadour. HEX triplet: 77, 1F and 52. RGB value is (119,31,82). Sum of RGB (Red+Green+Blue) = 119+31+82=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #771F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771F52 is #88E0AD. Grayscale: #3F3F3F. Windows color (decimal): -8970414 or 5382007. OLE color: 5382007.

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

Color convert

RGB1193182-
CMYK00.740.310.53
HSL325.23º58.67%29.41%-
HSV(B)325.23º73.95%46.67%-
XYZ9.625.518.54-
YUV63.13138.65167.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.29%
GREEN value IS 31 (12.5% from 255) = 13.36%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=51.29%
G=13.36%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119318200.740.310.53325.2358.6729.41
Hex771F5204A1F351453b1d
Octal16737122011237655057335
Binary1110111111111010010010010101111111010110100010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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