Html Css Color HEX #781147 Pompadour

📋 copy color: '#781147'

red 120 ◦ green 17 ◦ blue 71

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

Shades of Pompadour #781147

Tints of Pompadour #781147

RGB

 RED value IS 120 (47.27% from 255) = 57.69%

 GREEN value IS 17 (7.03% from 255) = 8.17%

 BLUE value IS 71 (28.13% from 255) = 34.13%

R = 57.69%
G = 8.17%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#781147 (or 0x781147) is known color: Pompadour. HEX triplet: 78, 11 and 47. RGB value is (120,17,71). Sum of RGB (Red+Green+Blue) = 120+17+71=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #781147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781147 is #87EEB8. Grayscale: #353535. Windows color (decimal): -8908473 or 4657528. OLE color: 4657528.

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

Color convert

RGB 120 17 71 -
CMYK 0 0.86 0.41 0.53
HSL 328.54º 0.75% 0.27% -
HSV(B) 328.54º 0.86% 0.47% -
XYZ 9.08 4.85 6.42 -
YUV 53.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 120 17 71 0 0.86 0.41 0.53 328.54 0.75 0.27
Hex 78 11 47 0 56 29 35 149 4B 1B
Octal 170 21 107 0 126 51 65 511 113 33
Binary 1111000 10001 1000111 0 1010110 101001 110101 101001001 1001011 11011

Color Harmonies of #781147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781147

Black with #781147

Text Example


Text Example

White with #781147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781147; }

 p { color: rgb(120,17,71); }

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

background-color css

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

 a { background-color: rgb(120,17,71); }

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

border-color css

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

 span { border-color: rgb(120,17,71); }

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