Html Css Color HEX #771E49 Pompadour

📋 copy color: '#771E49'

red 119 ◦ green 30 ◦ blue 73

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

Shades of Pompadour #771E49

Tints of Pompadour #771E49

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.51%

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

R = 53.6%
G = 13.51%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#771E49 (or 0x771E49) is known color: Pompadour. HEX triplet: 77, 1E and 49. RGB value is (119,30,73). Sum of RGB (Red+Green+Blue) = 119+30+73=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #771E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E49 is #88E1B6. Grayscale: #3D3D3D. Windows color (decimal): -8970679 or 4791927. OLE color: 4791927.

HSL color Cylindrical-coordinate representation of color #771E49: hue angle of 331.01º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E49 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 30 73 -
CMYK 0 0.75 0.39 0.53
HSL 331.01º 0.6% 0.29% -
HSV(B) 331.01º 0.75% 0.47% -
XYZ 9.27 5.33 6.84 -
YUV 61.51 134.49 169 -
System Red Green Blue C M Y K H S L
Decimal 119 30 73 0 0.75 0.39 0.53 331.01 0.6 0.29
Hex 77 1E 49 0 4B 27 35 14B 3C 1D
Octal 167 36 111 0 113 47 65 513 74 35
Binary 1110111 11110 1001001 0 1001011 100111 110101 101001011 111100 11101

Color Harmonies of #771E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E49

Black with #771E49

Text Example


Text Example

White with #771E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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