Html Css Color HEX #771F54 Pompadour

📋 copy color: '#771F54'

red 119 ◦ green 31 ◦ blue 84

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

Shades of Pompadour #771F54

Tints of Pompadour #771F54

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.25%

 BLUE value IS 84 (33.2% from 255) = 35.9%

R = 50.85%
G = 13.25%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#771F54 (or 0x771F54) is known color: Pompadour. HEX triplet: 77, 1F and 54. RGB value is (119,31,84). Sum of RGB (Red+Green+Blue) = 119+31+84=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #771F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771F54 is #88E0AB. Grayscale: #3F3F3F. Windows color (decimal): -8970412 or 5513079. OLE color: 5513079.

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

Color convert

RGB 119 31 84 -
CMYK 0 0.74 0.29 0.53
HSL 323.86º 0.59% 0.29% -
HSV(B) 323.86º 0.74% 0.47% -
XYZ 9.7 5.54 8.95 -
YUV 63.35 139.65 167.69 -
System Red Green Blue C M Y K H S L
Decimal 119 31 84 0 0.74 0.29 0.53 323.86 0.59 0.29
Hex 77 1F 54 0 4A 1D 35 144 3B 1D
Octal 167 37 124 0 112 35 65 504 73 35
Binary 1110111 11111 1010100 0 1001010 11101 110101 101000100 111011 11101

Color Harmonies of #771F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F54

Black with #771F54

Text Example


Text Example

White with #771F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,31,84); }

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

background-color css

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

 a { background-color: rgb(119,31,84); }

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

border-color css

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

 span { border-color: rgb(119,31,84); }

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