#801450

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

Shades of Pompadour #801450

Tints of Pompadour #801450

Color information

#801450 (or 0x801450) is unknown color: approx Pompadour. HEX triplet: 80, 14 and 50. RGB value is (128,20,80). Sum of RGB (Red+Green+Blue) = 128+20+80=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #801450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801450 is #7FEBAF. Grayscale: #3B3B3B. Windows color (decimal): -8383408 or 5248128. OLE color: 5248128.

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

Color convert

RGB1282080-
CMYK00.840.380.50
HSL326.67º72.97%29.02%-
HSV(B)326.67º84.38%50.2%-
XYZ10.65.678.12-
YUV59.13139.78177.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.14%
GREEN value IS 20 (8.20% from 255) = 8.77%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=56.14%
G=8.77%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128208000.840.380.50326.6772.9729.02
Hex8014500542632147491d
Octal200241200124466250711135
Binary1000000010100101000001010100100110110010101000111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801450; }

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

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

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

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

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

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

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

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