#801444

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

Shades of Pompadour #801444

Tints of Pompadour #801444

Color information

#801444 (or 0x801444) is unknown color: approx Pompadour. HEX triplet: 80, 14 and 44. RGB value is (128,20,68). Sum of RGB (Red+Green+Blue) = 128+20+68=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #801444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801444 is #7FEBBB. Grayscale: #393939. Windows color (decimal): -8383420 or 4461696. OLE color: 4461696.

HSL color Cylindrical-coordinate representation of color #801444: hue angle of 333.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 #801444 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB1282068-
CMYK00.840.470.50
HSL333.33º72.97%29.02%-
HSV(B)333.33º84.38%50.2%-
XYZ10.25.515.99-
YUV57.76133.78178.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 59.26%
GREEN value IS 20 (8.20% from 255) = 9.26%
BLUE value IS 68 (26.95% from 255) = 31.48%
R=59.26%
G=9.26%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128206800.840.470.50333.3372.9729.02
Hex8014440542F3214d491d
Octal200241040124576251511135
Binary1000000010100100010001010100101111110010101001101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801444; }

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

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

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

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

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

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

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

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