#771941

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

Shades of Pompadour #771941

Tints of Pompadour #771941

Color information

#771941 (or 0x771941) is unknown color: approx Pompadour. HEX triplet: 77, 19 and 41. RGB value is (119,25,65). Sum of RGB (Red+Green+Blue) = 119+25+65=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #771941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771941 is #88E6BE. Grayscale: #393939. Windows color (decimal): -8971967 or 4266359. OLE color: 4266359.

HSL color Cylindrical-coordinate representation of color #771941: hue angle of 334.47º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #771941 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1192565-
CMYK00.790.450.53
HSL334.47º65.28%28.24%-
HSV(B)334.47º78.99%46.67%-
XYZ8.9155.5-
YUV57.67132.14171.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 65 (25.78% from 255) = 31.10%
R=56.94%
G=11.96%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119256500.790.450.53334.4765.2828.24
Hex77194104F2D3514e411c
Octal167311010117556551610134
Binary111011111001100000101001111101101110101101001110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771941; }

 p { color: rgb(119,25,65); }

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

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

 a { background-color: rgb(119,25,65); }

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

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

 span { border-color: rgb(119,25,65); }

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