Html Css Color HEX #771340 Pompadour

📋 copy color: '#771340'

red 119 ◦ green 19 ◦ blue 64

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

Shades of Pompadour #771340

Tints of Pompadour #771340

RGB

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

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

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

R = 58.91%
G = 9.41%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#771340 (or 0x771340) is known color: Pompadour. HEX triplet: 77, 13 and 40. RGB value is (119,19,64). Sum of RGB (Red+Green+Blue) = 119+19+64=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #771340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771340 is #88ECBF. Grayscale: #353535. Windows color (decimal): -8973504 or 4199287. OLE color: 4199287.

HSL color Cylindrical-coordinate representation of color #771340: hue angle of 333º 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 #771340 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 19 64 -
CMYK 0 0.84 0.46 0.53
HSL 333º 0.72% 0.27% -
HSV(B) 333º 0.84% 0.47% -
XYZ 8.77 4.76 5.31 -
YUV 54.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 119 19 64 0 0.84 0.46 0.53 333 0.72 0.27
Hex 77 13 40 0 54 2E 35 14D 48 1B
Octal 167 23 100 0 124 56 65 515 110 33
Binary 1110111 10011 1000000 0 1010100 101110 110101 101001101 1001000 11011

Color Harmonies of #771340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771340

Black with #771340

Text Example


Text Example

White with #771340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771340; }

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

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

background-color css

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

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

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

border-color css

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

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

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