#80164b

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

Shades of Pompadour #80164B

Tints of Pompadour #80164B

Color information

#80164B (or 0x80164B) is unknown color: approx Pompadour. HEX triplet: 80, 16 and 4B. RGB value is (128,22,75). Sum of RGB (Red+Green+Blue) = 128+22+75=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #80164B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80164B is #7FE9B4. Grayscale: #3B3B3B. Windows color (decimal): -8382901 or 4920960. OLE color: 4920960.

HSL color Cylindrical-coordinate representation of color #80164B: hue angle of 330º 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 #80164B is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1282275-
CMYK00.830.410.50
HSL330º70.67%29.41%-
HSV(B)330º82.81%50.2%-
XYZ10.465.677.2-
YUV59.74136.62176.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.89%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=56.89%
G=9.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128227500.830.410.5033070.6729.41
Hex80164B053293214a471d
Octal200261130123516251210735
Binary1000000010110100101101010011101001110010101001010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80164b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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