#771053

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

Shades of Pompadour #771053

Tints of Pompadour #771053

Color information

#771053 (or 0x771053) is unknown color: approx Pompadour. HEX triplet: 77, 10 and 53. RGB value is (119,16,83). Sum of RGB (Red+Green+Blue) = 119+16+83=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #771053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771053 is #88EFAC. Grayscale: #363636. Windows color (decimal): -8974253 or 5443703. OLE color: 5443703.

HSL color Cylindrical-coordinate representation of color #771053: hue angle of 320.97º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771053 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB1191683-
CMYK00.870.300.53
HSL320.97º76.3%26.47%-
HSV(B)320.97º86.55%46.67%-
XYZ9.354.928.64-
YUV54.44144.12174.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 16 (6.64% from 255) = 7.34%
BLUE value IS 83 (32.81% from 255) = 38.07%
R=54.59%
G=7.34%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119168300.870.300.53320.9776.326.47
Hex7710530571E351414c1a
Octal167201230127366550111432
Binary11101111000010100110101011111110110101101000001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771053; }

 p { color: rgb(119,16,83); }

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

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

 a { background-color: rgb(119,16,83); }

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

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

 span { border-color: rgb(119,16,83); }

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