#771251

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

Shades of Pompadour #771251

Tints of Pompadour #771251

Color information

#771251 (or 0x771251) is unknown color: approx Pompadour. HEX triplet: 77, 12 and 51. RGB value is (119,18,81). Sum of RGB (Red+Green+Blue) = 119+18+81=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #771251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771251 is #88EDAE. Grayscale: #373737. Windows color (decimal): -8973743 or 5313143. OLE color: 5313143.

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

Color convert

RGB1191881-
CMYK00.850.320.53
HSL322.57º73.72%26.86%-
HSV(B)322.57º84.87%46.67%-
XYZ9.314.958.25-
YUV55.38142.46173.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 18 (7.42% from 255) = 8.26%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=54.59%
G=8.26%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119188100.850.320.53322.5773.7226.86
Hex77125105520351434a1b
Octal167221210125406550311233
Binary111011110010101000101010101100000110101101000011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771251; }

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

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

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

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

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

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

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

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