Html Css Color HEX #801448 Pompadour

📋 copy color: '#801448'

red 128 ◦ green 20 ◦ blue 72

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

Shades of Pompadour #801448

Tints of Pompadour #801448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.73%

R = 58.18%
G = 9.09%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#801448 (or 0x801448) is known color: Pompadour. HEX triplet: 80, 14 and 48. RGB value is (128,20,72). Sum of RGB (Red+Green+Blue) = 128+20+72=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #801448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801448 is #7FEBB7. Grayscale: #3A3A3A. Windows color (decimal): -8383416 or 4723840. OLE color: 4723840.

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

Color convert

RGB 128 20 72 -
CMYK 0 0.84 0.44 0.50
HSL 331.11º 0.73% 0.29% -
HSV(B) 331.11º 0.84% 0.5% -
XYZ 10.32 5.56 6.66 -
YUV 58.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 128 20 72 0 0.84 0.44 0.50 331.11 0.73 0.29
Hex 80 14 48 0 54 2C 32 14B 49 1D
Octal 200 24 110 0 124 54 62 513 111 35
Binary 10000000 10100 1001000 0 1010100 101100 110010 101001011 1001001 11101

Color Harmonies of #801448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801448

Black with #801448

Text Example


Text Example

White with #801448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801448; }

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

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

background-color css

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

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

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

border-color css

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

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

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