#771553

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

Shades of Pompadour #771553

Tints of Pompadour #771553

Color information

#771553 (or 0x771553) is unknown color: approx Pompadour. HEX triplet: 77, 15 and 53. RGB value is (119,21,83). Sum of RGB (Red+Green+Blue) = 119+21+83=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #771553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771553 is #88EAAC. Grayscale: #393939. Windows color (decimal): -8972973 or 5444983. OLE color: 5444983.

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

Color convert

RGB1192183-
CMYK00.820.300.53
HSL322.04º70%27.45%-
HSV(B)322.04º82.35%46.67%-
XYZ9.445.088.67-
YUV57.37142.47171.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.36%
GREEN value IS 21 (8.59% from 255) = 9.42%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=53.36%
G=9.42%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119218300.820.300.53322.047027.45
Hex7715530521E35142461b
Octal167251230122366550210633
Binary11101111010110100110101001011110110101101000010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771553; }

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

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

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

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

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

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

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

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