Html Css Color HEX #801447 Pompadour

📋 copy color: '#801447'

red 128 ◦ green 20 ◦ blue 71

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

Shades of Pompadour #801447

Tints of Pompadour #801447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.13%

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

R = 58.45%
G = 9.13%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#801447 (or 0x801447) is known color: Pompadour. HEX triplet: 80, 14 and 47. RGB value is (128,20,71). Sum of RGB (Red+Green+Blue) = 128+20+71=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #801447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801447 is #7FEBB8. Grayscale: #3A3A3A. Windows color (decimal): -8383417 or 4658304. OLE color: 4658304.

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

Color convert

RGB 128 20 71 -
CMYK 0 0.84 0.45 0.50
HSL 331.67º 0.73% 0.29% -
HSV(B) 331.67º 0.84% 0.5% -
XYZ 10.29 5.54 6.49 -
YUV 58.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 128 20 71 0 0.84 0.45 0.50 331.67 0.73 0.29
Hex 80 14 47 0 54 2D 32 14C 49 1D
Octal 200 24 107 0 124 55 62 514 111 35
Binary 10000000 10100 1000111 0 1010100 101101 110010 101001100 1001001 11101

Color Harmonies of #801447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801447

Black with #801447

Text Example


Text Example

White with #801447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801447; }

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

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

background-color css

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

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

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

border-color css

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

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

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