Html Css Color HEX #771B4D Pompadour

📋 copy color: '#771B4D'

red 119 ◦ green 27 ◦ blue 77

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

Shades of Pompadour #771B4D

Tints of Pompadour #771B4D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.11%

 BLUE value IS 77 (30.47% from 255) = 34.53%

R = 53.36%
G = 12.11%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#771B4D (or 0x771B4D) is known color: Pompadour. HEX triplet: 77, 1B and 4D. RGB value is (119,27,77). Sum of RGB (Red+Green+Blue) = 119+27+77=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #771B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771B4D is #88E4B2. Grayscale: #3C3C3C. Windows color (decimal): -8971443 or 5053303. OLE color: 5053303.

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

Color convert

RGB 119 27 77 -
CMYK 0 0.77 0.35 0.53
HSL 327.39º 0.63% 0.29% -
HSV(B) 327.39º 0.77% 0.47% -
XYZ 9.34 5.24 7.54 -
YUV 60.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 119 27 77 0 0.77 0.35 0.53 327.39 0.63 0.29
Hex 77 1B 4D 0 4D 23 35 147 3F 1D
Octal 167 33 115 0 115 43 65 507 77 35
Binary 1110111 11011 1001101 0 1001101 100011 110101 101000111 111111 11101

Color Harmonies of #771B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771B4D

Black with #771B4D

Text Example


Text Example

White with #771B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,27,77); }

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

background-color css

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

 a { background-color: rgb(119,27,77); }

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

border-color css

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

 span { border-color: rgb(119,27,77); }

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