#771c48

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

Shades of Pompadour #771C48

Tints of Pompadour #771C48

Color information

#771C48 (or 0x771C48) is unknown color: approx Pompadour. HEX triplet: 77, 1C and 48. RGB value is (119,28,72). Sum of RGB (Red+Green+Blue) = 119+28+72=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #771C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C48 is #88E3B7. Grayscale: #3C3C3C. Windows color (decimal): -8971192 or 4725879. OLE color: 4725879.

HSL color Cylindrical-coordinate representation of color #771C48: hue angle of 330.99º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771C48 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1192872-
CMYK00.760.390.53
HSL330.99º61.9%28.82%-
HSV(B)330.99º76.47%46.67%-
XYZ9.195.226.65-
YUV60.22134.65169.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.34%
GREEN value IS 28 (11.33% from 255) = 12.79%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=54.34%
G=12.79%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119287200.760.390.53330.9961.928.82
Hex771C4804C273514b3e1d
Octal16734110011447655137635
Binary11101111110010010000100110010011111010110100101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771c48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771c48; }

 p { color: rgb(119,28,72); }

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

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

 a { background-color: rgb(119,28,72); }

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

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

 span { border-color: rgb(119,28,72); }

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