Html Css Color HEX #801049 Pompadour

📋 copy color: '#801049'

red 128 ◦ green 16 ◦ blue 73

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

Shades of Pompadour #801049

Tints of Pompadour #801049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.64%

R = 58.99%
G = 7.37%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#801049 (or 0x801049) is known color: Pompadour. HEX triplet: 80, 10 and 49. RGB value is (128,16,73). Sum of RGB (Red+Green+Blue) = 128+16+73=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #801049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801049 is #7FEFB6. Grayscale: #373737. Windows color (decimal): -8384439 or 4788352. OLE color: 4788352.

HSL color Cylindrical-coordinate representation of color #801049: hue angle of 329.46º 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 #801049 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 16 73 -
CMYK 0 0.88 0.43 0.50
HSL 329.46º 0.78% 0.28% -
HSV(B) 329.46º 0.88% 0.5% -
XYZ 10.29 5.44 6.81 -
YUV 55.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 128 16 73 0 0.88 0.43 0.50 329.46 0.78 0.28
Hex 80 10 49 0 58 2B 32 149 4E 1C
Octal 200 20 111 0 130 53 62 511 116 34
Binary 10000000 10000 1001001 0 1011000 101011 110010 101001001 1001110 11100

Color Harmonies of #801049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801049

Black with #801049

Text Example


Text Example

White with #801049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801049; }

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

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

background-color css

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

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

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

border-color css

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

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

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