Html Css Color HEX #771D52 Pompadour

📋 copy color: '#771D52'

red 119 ◦ green 29 ◦ blue 82

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

Shades of Pompadour #771D52

Tints of Pompadour #771D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.65%

R = 51.74%
G = 12.61%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#771D52 (or 0x771D52) is known color: Pompadour. HEX triplet: 77, 1D and 52. RGB value is (119,29,82). Sum of RGB (Red+Green+Blue) = 119+29+82=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #771D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D52 is #88E2AD. Grayscale: #3D3D3D. Windows color (decimal): -8970926 or 5381495. OLE color: 5381495.

HSL color Cylindrical-coordinate representation of color #771D52: hue angle of 324.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 #771D52 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 29 82 -
CMYK 0 0.76 0.31 0.53
HSL 324.67º 0.61% 0.29% -
HSV(B) 324.67º 0.76% 0.47% -
XYZ 9.57 5.41 8.52 -
YUV 61.95 139.32 168.69 -
System Red Green Blue C M Y K H S L
Decimal 119 29 82 0 0.76 0.31 0.53 324.67 0.61 0.29
Hex 77 1D 52 0 4C 1F 35 145 3D 1D
Octal 167 35 122 0 114 37 65 505 75 35
Binary 1110111 11101 1010010 0 1001100 11111 110101 101000101 111101 11101

Color Harmonies of #771D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D52

Black with #771D52

Text Example


Text Example

White with #771D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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