#771442

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

Shades of Pompadour #771442

Tints of Pompadour #771442

Color information

#771442 (or 0x771442) is unknown color: approx Pompadour. HEX triplet: 77, 14 and 42. RGB value is (119,20,66). Sum of RGB (Red+Green+Blue) = 119+20+66=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #771442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771442 is #88EBBD. Grayscale: #363636. Windows color (decimal): -8973246 or 4330615. OLE color: 4330615.

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

Color convert

RGB1192066-
CMYK00.830.450.53
HSL332.12º71.22%27.25%-
HSV(B)332.12º83.19%46.67%-
XYZ8.844.825.62-
YUV54.84134.3173.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 20 (8.20% from 255) = 9.76%
BLUE value IS 66 (26.17% from 255) = 32.20%
R=58.05%
G=9.76%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119206600.830.450.53332.1271.2227.25
Hex7714420532D3514c471b
Octal167241020123556551410733
Binary111011110100100001001010011101101110101101001100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771442; }

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

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

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

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

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

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

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

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