#771144

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

Shades of Pompadour #771144

Tints of Pompadour #771144

Color information

#771144 (or 0x771144) is unknown color: approx Pompadour. HEX triplet: 77, 11 and 44. RGB value is (119,17,68). Sum of RGB (Red+Green+Blue) = 119+17+68=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #771144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771144 is #88EEBB. Grayscale: #353535. Windows color (decimal): -8974012 or 4460919. OLE color: 4460919.

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

Color convert

RGB1191768-
CMYK00.860.430.53
HSL330º75%26.67%-
HSV(B)330º85.71%46.67%-
XYZ8.854.745.92-
YUV53.31136.29174.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.33%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 68 (26.95% from 255) = 33.33%
R=58.33%
G=8.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119176800.860.430.533307526.67
Hex7711440562B3514a4b1b
Octal167211040126536551211333
Binary111011110001100010001010110101011110101101001010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771144; }

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

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

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

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

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

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

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

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