Html Css Color HEX #771150 Pompadour

📋 copy color: '#771150'

red 119 ◦ green 17 ◦ blue 80

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

Shades of Pompadour #771150

Tints of Pompadour #771150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.87%

 BLUE value IS 80 (31.64% from 255) = 37.04%

R = 55.09%
G = 7.87%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#771150 (or 0x771150) is known color: Pompadour. HEX triplet: 77, 11 and 50. RGB value is (119,17,80). Sum of RGB (Red+Green+Blue) = 119+17+80=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #771150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771150 is #88EEAF. Grayscale: #363636. Windows color (decimal): -8974000 or 5247351. OLE color: 5247351.

HSL color Cylindrical-coordinate representation of color #771150: hue angle of 322.94º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771150 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 80 -
CMYK 0 0.86 0.33 0.53
HSL 322.94º 0.75% 0.27% -
HSV(B) 322.94º 0.86% 0.47% -
XYZ 9.26 4.9 8.05 -
YUV 54.68 142.29 173.88 -
System Red Green Blue C M Y K H S L
Decimal 119 17 80 0 0.86 0.33 0.53 322.94 0.75 0.27
Hex 77 11 50 0 56 21 35 143 4B 1B
Octal 167 21 120 0 126 41 65 503 113 33
Binary 1110111 10001 1010000 0 1010110 100001 110101 101000011 1001011 11011

Color Harmonies of #771150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771150

Black with #771150

Text Example


Text Example

White with #771150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771150; }

 p { color: rgb(119,17,80); }

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

background-color css

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

 a { background-color: rgb(119,17,80); }

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

border-color css

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

 span { border-color: rgb(119,17,80); }

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