Html Css Color HEX #771F41 Pompadour

📋 copy color: '#771F41'

red 119 ◦ green 31 ◦ blue 65

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

Shades of Pompadour #771F41

Tints of Pompadour #771F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.42%

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

R = 55.35%
G = 14.42%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#771F41 (or 0x771F41) is known color: Pompadour. HEX triplet: 77, 1F and 41. RGB value is (119,31,65). Sum of RGB (Red+Green+Blue) = 119+31+65=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #771F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771F41 is #88E0BE. Grayscale: #3D3D3D. Windows color (decimal): -8970431 or 4267895. OLE color: 4267895.

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

Color convert

RGB 119 31 65 -
CMYK 0 0.74 0.45 0.53
HSL 336.82º 0.59% 0.29% -
HSV(B) 336.82º 0.74% 0.47% -
XYZ 9.05 5.28 5.54 -
YUV 61.19 130.15 169.24 -
System Red Green Blue C M Y K H S L
Decimal 119 31 65 0 0.74 0.45 0.53 336.82 0.59 0.29
Hex 77 1F 41 0 4A 2D 35 151 3B 1D
Octal 167 37 101 0 112 55 65 521 73 35
Binary 1110111 11111 1000001 0 1001010 101101 110101 101010001 111011 11101

Color Harmonies of #771F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F41

Black with #771F41

Text Example


Text Example

White with #771F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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