#801442

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

Shades of Pompadour #801442

Tints of Pompadour #801442

Color information

#801442 (or 0x801442) is unknown color: approx Pompadour. HEX triplet: 80, 14 and 42. RGB value is (128,20,66). Sum of RGB (Red+Green+Blue) = 128+20+66=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #801442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801442 is #7FEBBD. Grayscale: #393939. Windows color (decimal): -8383422 or 4330624. OLE color: 4330624.

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

Color convert

RGB1282066-
CMYK00.840.480.50
HSL334.44º72.97%29.02%-
HSV(B)334.44º84.38%50.2%-
XYZ10.145.485.68-
YUV57.54132.78178.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 59.81%
GREEN value IS 20 (8.20% from 255) = 9.35%
BLUE value IS 66 (26.17% from 255) = 30.84%
R=59.81%
G=9.35%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128206600.840.480.50334.4472.9729.02
Hex801442054303214e491d
Octal200241020124606251611135
Binary1000000010100100001001010100110000110010101001110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801442; }

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

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

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

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

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

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

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

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