#772149

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

Shades of Pompadour #772149

Tints of Pompadour #772149

Color information

#772149 (or 0x772149) is unknown color: approx Pompadour. HEX triplet: 77, 21 and 49. RGB value is (119,33,73). Sum of RGB (Red+Green+Blue) = 119+33+73=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #772149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772149 is #88DEB6. Grayscale: #3F3F3F. Windows color (decimal): -8969911 or 4792695. OLE color: 4792695.

HSL color Cylindrical-coordinate representation of color #772149: hue angle of 332.09º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772149 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1193373-
CMYK00.720.390.53
HSL332.09º56.58%29.8%-
HSV(B)332.09º72.27%46.67%-
XYZ9.355.496.87-
YUV63.27133.49167.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=52.89%
G=14.67%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119337300.720.390.53332.0956.5829.8
Hex772149048273514c391e
Octal16741111011047655147136
Binary111011110000110010010100100010011111010110100110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772149; }

 p { color: rgb(119,33,73); }

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

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

 a { background-color: rgb(119,33,73); }

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

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

 span { border-color: rgb(119,33,73); }

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