#801140

Color #801140 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #801140

Tints of Pompadour #801140

Color information

#801140 (or 0x801140) is unknown color: approx Pompadour. HEX triplet: 80, 11 and 40. RGB value is (128,17,64). Sum of RGB (Red+Green+Blue) = 128+17+64=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #801140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801140 is #7FEEBF. Grayscale: #373737. Windows color (decimal): -8384192 or 4198784. OLE color: 4198784.

HSL color Cylindrical-coordinate representation of color #801140: hue angle of 334.59º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801140 is Cyan = 0, Magento = 0.87, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB1281764-
CMYK00.870.50.50
HSL334.59º76.55%28.43%-
HSV(B)334.59º86.72%50.2%-
XYZ10.035.365.36-
YUV55.55132.77179.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.24%
GREEN value IS 17 (7.03% from 255) = 8.13%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=61.24%
G=8.13%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.5
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128176400.870.50.50334.5976.5528.43
Hex801140057323214f4d1c
Octal200211000127626251711534
Binary1000000010001100000001010111110010110010101001111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801140; }

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

 H1.HeaderClassName
 {
   color: #801140;
 }
 .AnyTagClassName
 {
   color: #801140;
 }
</style>
background-color css

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

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

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

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

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

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