Html Css Color HEX #771550 Pompadour

📋 copy color: '#771550'

red 119 ◦ green 21 ◦ blue 80

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

Shades of Pompadour #771550

Tints of Pompadour #771550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.55%

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

R = 54.09%
G = 9.55%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#771550 (or 0x771550) is known color: Pompadour. HEX triplet: 77, 15 and 50. RGB value is (119,21,80). Sum of RGB (Red+Green+Blue) = 119+21+80=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #771550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771550 is #88EAAF. Grayscale: #383838. Windows color (decimal): -8972976 or 5248375. OLE color: 5248375.

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

Color convert

RGB 119 21 80 -
CMYK 0 0.82 0.33 0.53
HSL 323.88º 0.7% 0.27% -
HSV(B) 323.88º 0.82% 0.47% -
XYZ 9.32 5.04 8.07 -
YUV 57.03 140.97 172.2 -
System Red Green Blue C M Y K H S L
Decimal 119 21 80 0 0.82 0.33 0.53 323.88 0.7 0.27
Hex 77 15 50 0 52 21 35 144 46 1B
Octal 167 25 120 0 122 41 65 504 106 33
Binary 1110111 10101 1010000 0 1010010 100001 110101 101000100 1000110 11011

Color Harmonies of #771550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771550

Black with #771550

Text Example


Text Example

White with #771550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771550; }

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

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

background-color css

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

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

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

border-color css

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

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

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