Html Css Color HEX #771341 Pompadour

📋 copy color: '#771341'

red 119 ◦ green 19 ◦ blue 65

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

Shades of Pompadour #771341

Tints of Pompadour #771341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

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

R = 58.62%
G = 9.36%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#771341 (or 0x771341) is known color: Pompadour. HEX triplet: 77, 13 and 41. RGB value is (119,19,65). Sum of RGB (Red+Green+Blue) = 119+19+65=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #771341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771341 is #88ECBE. Grayscale: #363636. Windows color (decimal): -8973503 or 4264823. OLE color: 4264823.

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

Color convert

RGB 119 19 65 -
CMYK 0 0.84 0.45 0.53
HSL 332.4º 0.72% 0.27% -
HSV(B) 332.4º 0.84% 0.47% -
XYZ 8.79 4.77 5.46 -
YUV 54.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 119 19 65 0 0.84 0.45 0.53 332.4 0.72 0.27
Hex 77 13 41 0 54 2D 35 14C 48 1B
Octal 167 23 101 0 124 55 65 514 110 33
Binary 1110111 10011 1000001 0 1010100 101101 110101 101001100 1001000 11011

Color Harmonies of #771341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771341

Black with #771341

Text Example


Text Example

White with #771341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771341; }

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

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

background-color css

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

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

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

border-color css

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

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

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