#771E41

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

Shades of Pompadour #771E41

Tints of Pompadour #771E41

Color information

#771E41 (or 0x771E41) is unknown color: approx Pompadour. HEX triplet: 77, 1E and 41. RGB value is (119,30,65). Sum of RGB (Red+Green+Blue) = 119+30+65=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #771E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E41 is #88E1BE. Grayscale: #3C3C3C. Windows color (decimal): -8970687 or 4267639. OLE color: 4267639.

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

Color convert

RGB1193065-
CMYK00.750.450.53
HSL336.4º59.73%29.22%-
HSV(B)336.4º74.79%46.67%-
XYZ9.035.235.54-
YUV60.6130.49169.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.61%
GREEN value IS 30 (12.11% from 255) = 14.02%
BLUE value IS 65 (25.78% from 255) = 30.37%
R=55.61%
G=14.02%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119306500.750.450.53336.459.7329.22
Hex771E4104B2D351503c1d
Octal16736101011355655207435
Binary11101111111010000010100101110110111010110101000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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