Html Css Color HEX #771541 Pompadour

📋 copy color: '#771541'

red 119 ◦ green 21 ◦ blue 65

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

Shades of Pompadour #771541

Tints of Pompadour #771541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

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

R = 58.05%
G = 10.24%
B = 31.71%

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

#771541 (or 0x771541) is known color: Pompadour. HEX triplet: 77, 15 and 41. RGB value is (119,21,65). Sum of RGB (Red+Green+Blue) = 119+21+65=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #771541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771541 is #88EABE. Grayscale: #373737. Windows color (decimal): -8972991 or 4265335. OLE color: 4265335.

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

Color convert

RGB 119 21 65 -
CMYK 0 0.82 0.45 0.53
HSL 333.06º 0.7% 0.27% -
HSV(B) 333.06º 0.82% 0.47% -
XYZ 8.83 4.84 5.47 -
YUV 55.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 119 21 65 0 0.82 0.45 0.53 333.06 0.7 0.27
Hex 77 15 41 0 52 2D 35 14D 46 1B
Octal 167 25 101 0 122 55 65 515 106 33
Binary 1110111 10101 1000001 0 1010010 101101 110101 101001101 1000110 11011

Color Harmonies of #771541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771541

Black with #771541

Text Example


Text Example

White with #771541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771541; }

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

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

background-color css

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

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

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

border-color css

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

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

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