Html Css Color HEX #801940 Pompadour

📋 copy color: '#801940'

red 128 ◦ green 25 ◦ blue 64

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

Shades of Pompadour #801940

Tints of Pompadour #801940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.52%

 BLUE value IS 64 (25.39% from 255) = 29.49%

R = 58.99%
G = 11.52%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#801940 (or 0x801940) is known color: Pompadour. HEX triplet: 80, 19 and 40. RGB value is (128,25,64). Sum of RGB (Red+Green+Blue) = 128+25+64=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #801940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801940 is #7FE6BF. Grayscale: #3C3C3C. Windows color (decimal): -8382144 or 4200832. OLE color: 4200832.

HSL color Cylindrical-coordinate representation of color #801940: hue angle of 337.28º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801940 is Cyan = 0, Magento = 0.80, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 25 64 -
CMYK 0 0.80 0.5 0.50
HSL 337.28º 0.67% 0.3% -
HSV(B) 337.28º 0.8% 0.5% -
XYZ 10.18 5.65 5.41 -
YUV 60.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 128 25 64 0 0.80 0.5 0.50 337.28 0.67 0.3
Hex 80 19 40 0 50 32 32 151 43 1E
Octal 200 31 100 0 120 62 62 521 103 36
Binary 10000000 11001 1000000 0 1010000 110010 110010 101010001 1000011 11110

Color Harmonies of #801940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801940

Black with #801940

Text Example


Text Example

White with #801940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801940; }

 p { color: rgb(128,25,64); }

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

background-color css

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

 a { background-color: rgb(128,25,64); }

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

border-color css

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

 span { border-color: rgb(128,25,64); }

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