Html Css Color HEX #771449 Pompadour

📋 copy color: '#771449'

red 119 ◦ green 20 ◦ blue 73

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

Shades of Pompadour #771449

Tints of Pompadour #771449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.43%

 BLUE value IS 73 (28.91% from 255) = 34.43%

R = 56.13%
G = 9.43%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#771449 (or 0x771449) is known color: Pompadour. HEX triplet: 77, 14 and 49. RGB value is (119,20,73). Sum of RGB (Red+Green+Blue) = 119+20+73=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #771449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771449 is #88EBB6. Grayscale: #373737. Windows color (decimal): -8973239 or 4789367. OLE color: 4789367.

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

Color convert

RGB 119 20 73 -
CMYK 0 0.83 0.39 0.53
HSL 327.88º 0.71% 0.27% -
HSV(B) 327.88º 0.83% 0.47% -
XYZ 9.06 4.9 6.77 -
YUV 55.64 137.8 173.19 -
System Red Green Blue C M Y K H S L
Decimal 119 20 73 0 0.83 0.39 0.53 327.88 0.71 0.27
Hex 77 14 49 0 53 27 35 148 47 1B
Octal 167 24 111 0 123 47 65 510 107 33
Binary 1110111 10100 1001001 0 1010011 100111 110101 101001000 1000111 11011

Color Harmonies of #771449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771449

Black with #771449

Text Example


Text Example

White with #771449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771449; }

 p { color: rgb(119,20,73); }

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

background-color css

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

 a { background-color: rgb(119,20,73); }

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

border-color css

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

 span { border-color: rgb(119,20,73); }

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