#771C41

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

Shades of Pompadour #771C41

Tints of Pompadour #771C41

Color information

#771C41 (or 0x771C41) is unknown color: approx Pompadour. HEX triplet: 77, 1C and 41. RGB value is (119,28,65). Sum of RGB (Red+Green+Blue) = 119+28+65=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #771C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C41 is #88E3BE. Grayscale: #3B3B3B. Windows color (decimal): -8971199 or 4267127. OLE color: 4267127.

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

Color convert

RGB1192865-
CMYK00.760.450.53
HSL335.6º61.9%28.82%-
HSV(B)335.6º76.47%46.67%-
XYZ8.985.135.52-
YUV59.43131.15170.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.13%
GREEN value IS 28 (11.33% from 255) = 13.21%
BLUE value IS 65 (25.78% from 255) = 30.66%
R=56.13%
G=13.21%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119286500.760.450.53335.661.928.82
Hex771C4104C2D351503e1d
Octal16734101011455655207635
Binary11101111110010000010100110010110111010110101000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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