#80144D

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

Shades of Pompadour #80144D

Tints of Pompadour #80144D

Color information

#80144D (or 0x80144D) is unknown color: approx Pompadour. HEX triplet: 80, 14 and 4D. RGB value is (128,20,77). Sum of RGB (Red+Green+Blue) = 128+20+77=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #80144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80144D is #7FEBB2. Grayscale: #3A3A3A. Windows color (decimal): -8383411 or 5051520. OLE color: 5051520.

HSL color Cylindrical-coordinate representation of color #80144D: hue angle of 328.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80144D is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB1282077-
CMYK00.840.400.50
HSL328.33º72.97%29.02%-
HSV(B)328.33º84.38%50.2%-
XYZ10.495.637.55-
YUV58.79138.28177.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.89%
GREEN value IS 20 (8.20% from 255) = 8.89%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=56.89%
G=8.89%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128207700.840.400.50328.3372.9729.02
Hex80144D0542832148491d
Octal200241150124506251011135
Binary1000000010100100110101010100101000110010101001000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80144D; }

 p { color: rgb(128,20,77); }

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

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

 a { background-color: rgb(128,20,77); }

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

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

 span { border-color: rgb(128,20,77); }

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