Html Css Color HEX #771D40 Pompadour

📋 copy color: '#771D40'

red 119 ◦ green 29 ◦ blue 64

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

Shades of Pompadour #771D40

Tints of Pompadour #771D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.68%

 BLUE value IS 64 (25.39% from 255) = 30.19%

R = 56.13%
G = 13.68%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#771D40 (or 0x771D40) is known color: Pompadour. HEX triplet: 77, 1D and 40. RGB value is (119,29,64). Sum of RGB (Red+Green+Blue) = 119+29+64=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #771D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D40 is #88E2BF. Grayscale: #3B3B3B. Windows color (decimal): -8970944 or 4201847. OLE color: 4201847.

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

Color convert

RGB 119 29 64 -
CMYK 0 0.76 0.46 0.53
HSL 336.67º 0.61% 0.29% -
HSV(B) 336.67º 0.76% 0.47% -
XYZ 8.97 5.17 5.38 -
YUV 59.9 130.32 170.15 -
System Red Green Blue C M Y K H S L
Decimal 119 29 64 0 0.76 0.46 0.53 336.67 0.61 0.29
Hex 77 1D 40 0 4C 2E 35 151 3D 1D
Octal 167 35 100 0 114 56 65 521 75 35
Binary 1110111 11101 1000000 0 1001100 101110 110101 101010001 111101 11101

Color Harmonies of #771D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D40

Black with #771D40

Text Example


Text Example

White with #771D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,29,64); }

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

background-color css

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

 a { background-color: rgb(119,29,64); }

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

border-color css

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

 span { border-color: rgb(119,29,64); }

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