#800E4A

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

Shades of Pompadour #800E4A

Tints of Pompadour #800E4A

Color information

#800E4A (or 0x800E4A) is unknown color: approx Pompadour. HEX triplet: 80, 0E and 4A. RGB value is (128,14,74). Sum of RGB (Red+Green+Blue) = 128+14+74=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #800E4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800E4A is #7FF1B5. Grayscale: #363636. Windows color (decimal): -8384950 or 4853376. OLE color: 4853376.

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

Color convert

RGB1281474-
CMYK00.890.420.50
HSL328.42º80.28%27.84%-
HSV(B)328.42º89.06%50.2%-
XYZ10.35.46.98-
YUV54.93138.77180.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 59.26%
GREEN value IS 14 (5.86% from 255) = 6.48%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=59.26%
G=6.48%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128147400.890.420.50328.4280.2827.84
Hex80E4A0592A32148501c
Octal200161120131526251012034
Binary100000001110100101001011001101010110010101001000101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800E4A; }

 p { color: rgb(128,14,74); }

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

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

 a { background-color: rgb(128,14,74); }

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

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

 span { border-color: rgb(128,14,74); }

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