Html Css Color HEX #771641 Pompadour

📋 copy color: '#771641'

red 119 ◦ green 22 ◦ blue 65

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

Shades of Pompadour #771641

Tints of Pompadour #771641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.68%

 BLUE value IS 65 (25.78% from 255) = 31.55%

R = 57.77%
G = 10.68%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#771641 (or 0x771641) is known color: Pompadour. HEX triplet: 77, 16 and 41. RGB value is (119,22,65). Sum of RGB (Red+Green+Blue) = 119+22+65=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #771641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771641 is #88E9BE. Grayscale: #373737. Windows color (decimal): -8972735 or 4265591. OLE color: 4265591.

HSL color Cylindrical-coordinate representation of color #771641: hue angle of 333.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771641 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 22 65 -
CMYK 0 0.82 0.45 0.53
HSL 333.4º 0.69% 0.28% -
HSV(B) 333.4º 0.82% 0.47% -
XYZ 8.85 4.88 5.48 -
YUV 55.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 119 22 65 0 0.82 0.45 0.53 333.4 0.69 0.28
Hex 77 16 41 0 52 2D 35 14D 45 1C
Octal 167 26 101 0 122 55 65 515 105 34
Binary 1110111 10110 1000001 0 1010010 101101 110101 101001101 1000101 11100

Color Harmonies of #771641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771641

Black with #771641

Text Example


Text Example

White with #771641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771641; }

 p { color: rgb(119,22,65); }

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

background-color css

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

 a { background-color: rgb(119,22,65); }

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

border-color css

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

 span { border-color: rgb(119,22,65); }

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