#80124c

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

Shades of Pompadour #80124C

Tints of Pompadour #80124C

Color information

#80124C (or 0x80124C) is unknown color: approx Pompadour. HEX triplet: 80, 12 and 4C. RGB value is (128,18,76). Sum of RGB (Red+Green+Blue) = 128+18+76=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #80124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80124C is #7FEDB3. Grayscale: #393939. Windows color (decimal): -8383924 or 4985472. OLE color: 4985472.

HSL color Cylindrical-coordinate representation of color #80124C: hue angle of 328.36º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80124C is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1281876-
CMYK00.860.410.50
HSL328.36º75.34%28.63%-
HSV(B)328.36º85.94%50.2%-
XYZ10.425.547.36-
YUV57.5138.44178.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.66%
GREEN value IS 18 (7.42% from 255) = 8.11%
BLUE value IS 76 (30.08% from 255) = 34.23%
R=57.66%
G=8.11%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128187600.860.410.50328.3675.3428.63
Hex80124C05629321484b1d
Octal200221140126516251011335
Binary1000000010010100110001010110101001110010101001000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80124c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80124c; }

 p { color: rgb(128,18,76); }

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

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

 a { background-color: rgb(128,18,76); }

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

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

 span { border-color: rgb(128,18,76); }

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