#771548

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

Shades of Pompadour #771548

Tints of Pompadour #771548

Color information

#771548 (or 0x771548) is unknown color: approx Pompadour. HEX triplet: 77, 15 and 48. RGB value is (119,21,72). Sum of RGB (Red+Green+Blue) = 119+21+72=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #771548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771548 is #88EAB7. Grayscale: #383838. Windows color (decimal): -8972984 or 4724087. OLE color: 4724087.

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

Color convert

RGB1192172-
CMYK00.820.390.53
HSL328.78º70%27.45%-
HSV(B)328.78º82.35%46.67%-
XYZ9.054.936.6-
YUV56.12136.97172.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.13%
GREEN value IS 21 (8.59% from 255) = 9.91%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=56.13%
G=9.91%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119217200.820.390.53328.787027.45
Hex7715480522735149461b
Octal167251100122476551110633
Binary111011110101100100001010010100111110101101001001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771548; }

 p { color: rgb(119,21,72); }

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

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

 a { background-color: rgb(119,21,72); }

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

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

 span { border-color: rgb(119,21,72); }

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