Html Css Color HEX #801047 Pompadour

📋 copy color: '#801047'

red 128 ◦ green 16 ◦ blue 71

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

Shades of Pompadour #801047

Tints of Pompadour #801047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.44%

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

R = 59.53%
G = 7.44%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#801047 (or 0x801047) is known color: Pompadour. HEX triplet: 80, 10 and 47. RGB value is (128,16,71). Sum of RGB (Red+Green+Blue) = 128+16+71=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #801047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801047 is #7FEFB8. Grayscale: #373737. Windows color (decimal): -8384441 or 4657280. OLE color: 4657280.

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

Color convert

RGB 128 16 71 -
CMYK 0 0.88 0.45 0.50
HSL 330.54º 0.78% 0.28% -
HSV(B) 330.54º 0.88% 0.5% -
XYZ 10.22 5.41 6.47 -
YUV 55.76 136.61 179.53 -
System Red Green Blue C M Y K H S L
Decimal 128 16 71 0 0.88 0.45 0.50 330.54 0.78 0.28
Hex 80 10 47 0 58 2D 32 14B 4E 1C
Octal 200 20 107 0 130 55 62 513 116 34
Binary 10000000 10000 1000111 0 1011000 101101 110010 101001011 1001110 11100

Color Harmonies of #801047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801047

Black with #801047

Text Example


Text Example

White with #801047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801047; }

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

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

background-color css

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

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

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

border-color css

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

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

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