#771544

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

Shades of Pompadour #771544

Tints of Pompadour #771544

Color information

#771544 (or 0x771544) is unknown color: approx Pompadour. HEX triplet: 77, 15 and 44. RGB value is (119,21,68). Sum of RGB (Red+Green+Blue) = 119+21+68=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #771544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771544 is #88EABB. Grayscale: #373737. Windows color (decimal): -8972988 or 4461943. OLE color: 4461943.

HSL color Cylindrical-coordinate representation of color #771544: hue angle of 331.22º 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 #771544 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB1192168-
CMYK00.820.430.53
HSL331.22º70%27.45%-
HSV(B)331.22º82.35%46.67%-
XYZ8.924.885.94-
YUV55.66134.97173.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.21%
GREEN value IS 21 (8.59% from 255) = 10.10%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=57.21%
G=10.10%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119216800.820.430.53331.227027.45
Hex7715440522B3514b461b
Octal167251040122536551310633
Binary111011110101100010001010010101011110101101001011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771544; }

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

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

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

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

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

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

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

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