Html Css Color HEX #771051 Pompadour

📋 copy color: '#771051'

red 119 ◦ green 16 ◦ blue 81

#771051
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #771051

Tints of Pompadour #771051

RGB

 RED value IS 119 (46.88% from 255) = 55.09%

 GREEN value IS 16 (6.64% from 255) = 7.41%

 BLUE value IS 81 (32.03% from 255) = 37.5%

R = 55.09%
G = 7.41%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#771051 (or 0x771051) is known color: Pompadour. HEX triplet: 77, 10 and 51. RGB value is (119,16,81). Sum of RGB (Red+Green+Blue) = 119+16+81=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #771051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771051 is #88EFAE. Grayscale: #363636. Windows color (decimal): -8974255 or 5312631. OLE color: 5312631.

HSL color Cylindrical-coordinate representation of color #771051: hue angle of 322.14º 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 #771051 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 16 81 -
CMYK 0 0.87 0.32 0.53
HSL 322.14º 0.76% 0.26% -
HSV(B) 322.14º 0.87% 0.47% -
XYZ 9.28 4.89 8.24 -
YUV 54.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 119 16 81 0 0.87 0.32 0.53 322.14 0.76 0.26
Hex 77 10 51 0 57 20 35 142 4C 1A
Octal 167 20 121 0 127 40 65 502 114 32
Binary 1110111 10000 1010001 0 1010111 100000 110101 101000010 1001100 11010

Color Harmonies of #771051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771051

Black with #771051

Text Example


Text Example

White with #771051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771051; }

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

 H1.HeaderClassName
 {
   color: #771051;
 }
 .AnyTagClassName
 {
   color: #771051;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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