#771555

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

Shades of Pompadour #771555

Tints of Pompadour #771555

Color information

#771555 (or 0x771555) is unknown color: approx Pompadour. HEX triplet: 77, 15 and 55. RGB value is (119,21,85). Sum of RGB (Red+Green+Blue) = 119+21+85=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #771555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771555 is #88EAAA. Grayscale: #393939. Windows color (decimal): -8972971 or 5576055. OLE color: 5576055.

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

Color convert

RGB1192185-
CMYK00.820.290.53
HSL320.82º70%27.45%-
HSV(B)320.82º82.35%46.67%-
XYZ9.525.119.08-
YUV57.6143.47171.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=52.89%
G=9.33%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119218500.820.290.53320.827027.45
Hex7715550521D35141461b
Octal167251250122356550110633
Binary11101111010110101010101001011101110101101000001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771555; }

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

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

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

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

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

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

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

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