Html Css Color HEX #771250 Pompadour

📋 copy color: '#771250'

red 119 ◦ green 18 ◦ blue 80

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

Shades of Pompadour #771250

Tints of Pompadour #771250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.29%

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

R = 54.84%
G = 8.29%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#771250 (or 0x771250) is known color: Pompadour. HEX triplet: 77, 12 and 50. RGB value is (119,18,80). Sum of RGB (Red+Green+Blue) = 119+18+80=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #771250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771250 is #88EDAF. Grayscale: #373737. Windows color (decimal): -8973744 or 5247607. OLE color: 5247607.

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

Color convert

RGB 119 18 80 -
CMYK 0 0.85 0.33 0.53
HSL 323.17º 0.74% 0.27% -
HSV(B) 323.17º 0.85% 0.47% -
XYZ 9.27 4.93 8.05 -
YUV 55.27 141.96 173.46 -
System Red Green Blue C M Y K H S L
Decimal 119 18 80 0 0.85 0.33 0.53 323.17 0.74 0.27
Hex 77 12 50 0 55 21 35 143 4A 1B
Octal 167 22 120 0 125 41 65 503 112 33
Binary 1110111 10010 1010000 0 1010101 100001 110101 101000011 1001010 11011

Color Harmonies of #771250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771250

Black with #771250

Text Example


Text Example

White with #771250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771250; }

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

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

background-color css

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

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

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

border-color css

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

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

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