#771C4B

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

Shades of Pompadour #771C4B

Tints of Pompadour #771C4B

Color information

#771C4B (or 0x771C4B) is unknown color: approx Pompadour. HEX triplet: 77, 1C and 4B. RGB value is (119,28,75). Sum of RGB (Red+Green+Blue) = 119+28+75=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #771C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C4B is #88E3B4. Grayscale: #3C3C3C. Windows color (decimal): -8971189 or 4922487. OLE color: 4922487.

HSL color Cylindrical-coordinate representation of color #771C4B: hue angle of 329.01º 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 #771C4B is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1192875-
CMYK00.760.370.53
HSL329.01º61.9%28.82%-
HSV(B)329.01º76.47%46.67%-
XYZ9.295.267.18-
YUV60.57136.15169.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.60%
GREEN value IS 28 (11.33% from 255) = 12.61%
BLUE value IS 75 (29.69% from 255) = 33.78%
R=53.60%
G=12.61%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119287500.760.370.53329.0161.928.82
Hex771C4B04C25351493e1d
Octal16734113011445655117635
Binary11101111110010010110100110010010111010110100100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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