Html Css Color HEX #771950 Pompadour

📋 copy color: '#771950'

red 119 ◦ green 25 ◦ blue 80

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

Shades of Pompadour #771950

Tints of Pompadour #771950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.16%

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

R = 53.13%
G = 11.16%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#771950 (or 0x771950) is known color: Pompadour. HEX triplet: 77, 19 and 50. RGB value is (119,25,80). Sum of RGB (Red+Green+Blue) = 119+25+80=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #771950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771950 is #88E6AF. Grayscale: #3B3B3B. Windows color (decimal): -8971952 or 5249399. OLE color: 5249399.

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

Color convert

RGB 119 25 80 -
CMYK 0 0.79 0.33 0.53
HSL 324.89º 0.65% 0.28% -
HSV(B) 324.89º 0.79% 0.47% -
XYZ 9.4 5.2 8.1 -
YUV 59.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 119 25 80 0 0.79 0.33 0.53 324.89 0.65 0.28
Hex 77 19 50 0 4F 21 35 145 41 1C
Octal 167 31 120 0 117 41 65 505 101 34
Binary 1110111 11001 1010000 0 1001111 100001 110101 101000101 1000001 11100

Color Harmonies of #771950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771950

Black with #771950

Text Example


Text Example

White with #771950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771950; }

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

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

background-color css

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

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

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

border-color css

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

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

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