Html Css Color HEX #771851 Pompadour

📋 copy color: '#771851'

red 119 ◦ green 24 ◦ blue 81

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

Shades of Pompadour #771851

Tints of Pompadour #771851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.71%

 BLUE value IS 81 (32.03% from 255) = 36.16%

R = 53.13%
G = 10.71%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#771851 (or 0x771851) is known color: Pompadour. HEX triplet: 77, 18 and 51. RGB value is (119,24,81). Sum of RGB (Red+Green+Blue) = 119+24+81=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #771851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771851 is #88E7AE. Grayscale: #3A3A3A. Windows color (decimal): -8972207 or 5314679. OLE color: 5314679.

HSL color Cylindrical-coordinate representation of color #771851: hue angle of 324º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771851 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 24 81 -
CMYK 0 0.80 0.32 0.53
HSL 324º 0.66% 0.28% -
HSV(B) 324º 0.8% 0.47% -
XYZ 9.42 5.17 8.29 -
YUV 58.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 119 24 81 0 0.80 0.32 0.53 324 0.66 0.28
Hex 77 18 51 0 50 20 35 144 42 1C
Octal 167 30 121 0 120 40 65 504 102 34
Binary 1110111 11000 1010001 0 1010000 100000 110101 101000100 1000010 11100

Color Harmonies of #771851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771851

Black with #771851

Text Example


Text Example

White with #771851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771851; }

 p { color: rgb(119,24,81); }

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

background-color css

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

 a { background-color: rgb(119,24,81); }

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

border-color css

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

 span { border-color: rgb(119,24,81); }

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