#771C3F

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

Shades of Pompadour #771C3F

Tints of Pompadour #771C3F

Color information

#771C3F (or 0x771C3F) is unknown color: approx Pompadour. HEX triplet: 77, 1C and 3F. RGB value is (119,28,63). Sum of RGB (Red+Green+Blue) = 119+28+63=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #771C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C3F is #88E3C0. Grayscale: #3B3B3B. Windows color (decimal): -8971201 or 4136055. OLE color: 4136055.

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

Color convert

RGB1192863-
CMYK00.760.470.53
HSL336.92º61.9%28.82%-
HSV(B)336.92º76.47%46.67%-
XYZ8.925.115.22-
YUV59.2130.15170.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.67%
GREEN value IS 28 (11.33% from 255) = 13.33%
BLUE value IS 63 (25% from 255) = 30%
R=56.67%
G=13.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119286300.760.470.53336.9261.928.82
Hex771C3F04C2F351513e1d
Octal1673477011457655217635
Binary1110111111001111110100110010111111010110101000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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