Html Css Color HEX #771946 Pompadour

📋 copy color: '#771946'

red 119 ◦ green 25 ◦ blue 70

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

Shades of Pompadour #771946

Tints of Pompadour #771946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.71%

R = 55.61%
G = 11.68%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#771946 (or 0x771946) is known color: Pompadour. HEX triplet: 77, 19 and 46. RGB value is (119,25,70). Sum of RGB (Red+Green+Blue) = 119+25+70=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #771946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771946 is #88E6B9. Grayscale: #3A3A3A. Windows color (decimal): -8971962 or 4594039. OLE color: 4594039.

HSL color Cylindrical-coordinate representation of color #771946: hue angle of 331.28º 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 #771946 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 25 70 -
CMYK 0 0.79 0.41 0.53
HSL 331.28º 0.65% 0.28% -
HSV(B) 331.28º 0.79% 0.47% -
XYZ 9.06 5.06 6.29 -
YUV 58.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 119 25 70 0 0.79 0.41 0.53 331.28 0.65 0.28
Hex 77 19 46 0 4F 29 35 14B 41 1C
Octal 167 31 106 0 117 51 65 513 101 34
Binary 1110111 11001 1000110 0 1001111 101001 110101 101001011 1000001 11100

Color Harmonies of #771946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771946

Black with #771946

Text Example


Text Example

White with #771946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771946; }

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

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

background-color css

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

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

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

border-color css

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

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

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