Html Css Color HEX #771940 Pompadour

📋 copy color: '#771940'

red 119 ◦ green 25 ◦ blue 64

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

Shades of Pompadour #771940

Tints of Pompadour #771940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.02%

 BLUE value IS 64 (25.39% from 255) = 30.77%

R = 57.21%
G = 12.02%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#771940 (or 0x771940) is known color: Pompadour. HEX triplet: 77, 19 and 40. RGB value is (119,25,64). Sum of RGB (Red+Green+Blue) = 119+25+64=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #771940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771940 is #88E6BF. Grayscale: #393939. Windows color (decimal): -8971968 or 4200823. OLE color: 4200823.

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

Color convert

RGB 119 25 64 -
CMYK 0 0.79 0.46 0.53
HSL 335.11º 0.65% 0.28% -
HSV(B) 335.11º 0.79% 0.47% -
XYZ 8.88 4.99 5.35 -
YUV 57.55 131.64 171.83 -
System Red Green Blue C M Y K H S L
Decimal 119 25 64 0 0.79 0.46 0.53 335.11 0.65 0.28
Hex 77 19 40 0 4F 2E 35 14F 41 1C
Octal 167 31 100 0 117 56 65 517 101 34
Binary 1110111 11001 1000000 0 1001111 101110 110101 101001111 1000001 11100

Color Harmonies of #771940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771940

Black with #771940

Text Example


Text Example

White with #771940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771940; }

 p { color: rgb(119,25,64); }

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

background-color css

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

 a { background-color: rgb(119,25,64); }

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

border-color css

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

 span { border-color: rgb(119,25,64); }

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