#771448

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

Shades of Pompadour #771448

Tints of Pompadour #771448

Color information

#771448 (or 0x771448) is unknown color: approx Pompadour. HEX triplet: 77, 14 and 48. RGB value is (119,20,72). Sum of RGB (Red+Green+Blue) = 119+20+72=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #771448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771448 is #88EBB7. Grayscale: #373737. Windows color (decimal): -8973240 or 4723831. OLE color: 4723831.

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

Color convert

RGB1192072-
CMYK00.830.390.53
HSL328.48º71.22%27.25%-
HSV(B)328.48º83.19%46.67%-
XYZ9.034.896.6-
YUV55.53137.3173.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=56.40%
G=9.48%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119207200.830.390.53328.4871.2227.25
Hex7714480532735148471b
Octal167241100123476551010733
Binary111011110100100100001010011100111110101101001000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771448; }

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

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

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

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

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

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

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

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