#771847

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

Shades of Pompadour #771847

Tints of Pompadour #771847

Color information

#771847 (or 0x771847) is unknown color: approx Pompadour. HEX triplet: 77, 18 and 47. RGB value is (119,24,71). Sum of RGB (Red+Green+Blue) = 119+24+71=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #771847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771847 is #88E7B8. Grayscale: #393939. Windows color (decimal): -8972217 or 4659319. OLE color: 4659319.

HSL color Cylindrical-coordinate representation of color #771847: hue angle of 330.32º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771847 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1192471-
CMYK00.800.400.53
HSL330.32º66.43%28.04%-
HSV(B)330.32º79.83%46.67%-
XYZ9.075.036.45-
YUV57.76135.47171.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.61%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 71 (28.12% from 255) = 33.18%
R=55.61%
G=11.21%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119247100.800.400.53330.3266.4328.04
Hex771847050283514a421c
Octal167301070120506551210234
Binary111011111000100011101010000101000110101101001010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771847; }

 p { color: rgb(119,24,71); }

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

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

 a { background-color: rgb(119,24,71); }

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

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

 span { border-color: rgb(119,24,71); }

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