Html Css Color HEX #801649 Pompadour

📋 copy color: '#801649'

red 128 ◦ green 22 ◦ blue 73

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

Shades of Pompadour #801649

Tints of Pompadour #801649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

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

R = 57.4%
G = 9.87%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#801649 (or 0x801649) is known color: Pompadour. HEX triplet: 80, 16 and 49. RGB value is (128,22,73). Sum of RGB (Red+Green+Blue) = 128+22+73=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #801649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801649 is #7FE9B6. Grayscale: #3B3B3B. Windows color (decimal): -8382903 or 4789888. OLE color: 4789888.

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

Color convert

RGB 128 22 73 -
CMYK 0 0.83 0.43 0.50
HSL 331.13º 0.71% 0.29% -
HSV(B) 331.13º 0.83% 0.5% -
XYZ 10.39 5.64 6.85 -
YUV 59.51 135.62 176.85 -
System Red Green Blue C M Y K H S L
Decimal 128 22 73 0 0.83 0.43 0.50 331.13 0.71 0.29
Hex 80 16 49 0 53 2B 32 14B 47 1D
Octal 200 26 111 0 123 53 62 513 107 35
Binary 10000000 10110 1001001 0 1010011 101011 110010 101001011 1000111 11101

Color Harmonies of #801649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801649

Black with #801649

Text Example


Text Example

White with #801649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801649; }

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

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

background-color css

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

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

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

border-color css

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

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

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