#771143

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

Shades of Pompadour #771143

Tints of Pompadour #771143

Color information

#771143 (or 0x771143) is unknown color: approx Pompadour. HEX triplet: 77, 11 and 43. RGB value is (119,17,67). Sum of RGB (Red+Green+Blue) = 119+17+67=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #771143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771143 is #88EEBC. Grayscale: #353535. Windows color (decimal): -8974013 or 4395383. OLE color: 4395383.

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

Color convert

RGB1191767-
CMYK00.860.440.53
HSL330.59º75%26.67%-
HSV(B)330.59º85.71%46.67%-
XYZ8.824.735.76-
YUV53.2135.79174.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.62%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 67 (26.56% from 255) = 33.00%
R=58.62%
G=8.37%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119176700.860.440.53330.597526.67
Hex7711430562C3514b4b1b
Octal167211030126546551311333
Binary111011110001100001101010110101100110101101001011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771143; }

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

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

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

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

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

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

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

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