Html Css Color HEX #801147 Pompadour

📋 copy color: '#801147'

red 128 ◦ green 17 ◦ blue 71

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

Shades of Pompadour #801147

Tints of Pompadour #801147

RGB

 RED value IS 128 (50.39% from 255) = 59.26%

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

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

R = 59.26%
G = 7.87%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#801147 (or 0x801147) is known color: Pompadour. HEX triplet: 80, 11 and 47. RGB value is (128,17,71). Sum of RGB (Red+Green+Blue) = 128+17+71=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #801147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801147 is #7FEEB8. Grayscale: #383838. Windows color (decimal): -8384185 or 4657536. OLE color: 4657536.

HSL color Cylindrical-coordinate representation of color #801147: hue angle of 330.81º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801147 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 17 71 -
CMYK 0 0.87 0.45 0.50
HSL 330.81º 0.77% 0.28% -
HSV(B) 330.81º 0.87% 0.5% -
XYZ 10.24 5.45 6.47 -
YUV 56.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 128 17 71 0 0.87 0.45 0.50 330.81 0.77 0.28
Hex 80 11 47 0 57 2D 32 14B 4D 1C
Octal 200 21 107 0 127 55 62 513 115 34
Binary 10000000 10001 1000111 0 1010111 101101 110010 101001011 1001101 11100

Color Harmonies of #801147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801147

Black with #801147

Text Example


Text Example

White with #801147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801147; }

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

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

background-color css

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

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

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

border-color css

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

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

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