#80164E

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

Shades of Pompadour #80164E

Tints of Pompadour #80164E

Color information

#80164E (or 0x80164E) is unknown color: approx Pompadour. HEX triplet: 80, 16 and 4E. RGB value is (128,22,78). Sum of RGB (Red+Green+Blue) = 128+22+78=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80164E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80164E is #7FE9B1. Grayscale: #3B3B3B. Windows color (decimal): -8382898 or 5117568. OLE color: 5117568.

HSL color Cylindrical-coordinate representation of color #80164E: hue angle of 328.3º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80164E is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB1282278-
CMYK00.830.390.50
HSL328.3º70.67%29.41%-
HSV(B)328.3º82.81%50.2%-
XYZ10.565.717.75-
YUV60.08138.12176.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.14%
GREEN value IS 22 (8.98% from 255) = 9.65%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=56.14%
G=9.65%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128227800.830.390.50328.370.6729.41
Hex80164E0532732148471d
Octal200261160123476251010735
Binary1000000010110100111001010011100111110010101001000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80164E; }

 p { color: rgb(128,22,78); }

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

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

 a { background-color: rgb(128,22,78); }

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

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

 span { border-color: rgb(128,22,78); }

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