Html Css Color HEX #771C53 Pompadour

📋 copy color: '#771C53'

red 119 ◦ green 28 ◦ blue 83

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

Shades of Pompadour #771C53

Tints of Pompadour #771C53

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.17%

 BLUE value IS 83 (32.81% from 255) = 36.09%

R = 51.74%
G = 12.17%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#771C53 (or 0x771C53) is known color: Pompadour. HEX triplet: 77, 1C and 53. RGB value is (119,28,83). Sum of RGB (Red+Green+Blue) = 119+28+83=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #771C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C53 is #88E3AC. Grayscale: #3D3D3D. Windows color (decimal): -8971181 or 5446775. OLE color: 5446775.

HSL color Cylindrical-coordinate representation of color #771C53: hue angle of 323.74º degrees, saturation: 0.62, 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 #771C53 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 28 83 -
CMYK 0 0.76 0.30 0.53
HSL 323.74º 0.62% 0.29% -
HSV(B) 323.74º 0.76% 0.47% -
XYZ 9.58 5.38 8.72 -
YUV 61.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 119 28 83 0 0.76 0.30 0.53 323.74 0.62 0.29
Hex 77 1C 53 0 4C 1E 35 144 3E 1D
Octal 167 34 123 0 114 36 65 504 76 35
Binary 1110111 11100 1010011 0 1001100 11110 110101 101000100 111110 11101

Color Harmonies of #771C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C53

Black with #771C53

Text Example


Text Example

White with #771C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,28,83); }

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

background-color css

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

 a { background-color: rgb(119,28,83); }

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

border-color css

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

 span { border-color: rgb(119,28,83); }

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