#771F4B

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

Shades of Pompadour #771F4B

Tints of Pompadour #771F4B

Color information

#771F4B (or 0x771F4B) is unknown color: approx Pompadour. HEX triplet: 77, 1F and 4B. RGB value is (119,31,75). Sum of RGB (Red+Green+Blue) = 119+31+75=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #771F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771F4B is #88E0B4. Grayscale: #3E3E3E. Windows color (decimal): -8970421 or 4923255. OLE color: 4923255.

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

Color convert

RGB1193175-
CMYK00.740.370.53
HSL330º58.67%29.41%-
HSV(B)330º73.95%46.67%-
XYZ9.375.417.21-
YUV62.33135.15168.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 31 (12.5% from 255) = 13.78%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=52.89%
G=13.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119317500.740.370.5333058.6729.41
Hex771F4B04A253514a3b1d
Octal16737113011245655127335
Binary11101111111110010110100101010010111010110100101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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