Html Css Color HEX #771E41 Pompadour

📋 copy color: '#771E41'

red 119 ◦ green 30 ◦ blue 65

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

Shades of Pompadour #771E41

Tints of Pompadour #771E41

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.02%

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

R = 55.61%
G = 14.02%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#771E41 (or 0x771E41) is known color: Pompadour. HEX triplet: 77, 1E and 41. RGB value is (119,30,65). Sum of RGB (Red+Green+Blue) = 119+30+65=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #771E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E41 is #88E1BE. Grayscale: #3C3C3C. Windows color (decimal): -8970687 or 4267639. OLE color: 4267639.

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

Color convert

RGB 119 30 65 -
CMYK 0 0.75 0.45 0.53
HSL 336.4º 0.6% 0.29% -
HSV(B) 336.4º 0.75% 0.47% -
XYZ 9.03 5.23 5.54 -
YUV 60.6 130.49 169.65 -
System Red Green Blue C M Y K H S L
Decimal 119 30 65 0 0.75 0.45 0.53 336.4 0.6 0.29
Hex 77 1E 41 0 4B 2D 35 150 3C 1D
Octal 167 36 101 0 113 55 65 520 74 35
Binary 1110111 11110 1000001 0 1001011 101101 110101 101010000 111100 11101

Color Harmonies of #771E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E41

Black with #771E41

Text Example


Text Example

White with #771E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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