#801458

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

Shades of Pompadour #801458

Tints of Pompadour #801458

Color information

#801458 (or 0x801458) is unknown color: approx Pompadour. HEX triplet: 80, 14 and 58. RGB value is (128,20,88). Sum of RGB (Red+Green+Blue) = 128+20+88=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #801458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801458 is #7FEBA7. Grayscale: #3B3B3B. Windows color (decimal): -8383400 or 5772416. OLE color: 5772416.

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

Color convert

RGB1282088-
CMYK00.840.310.50
HSL322.22º72.97%29.02%-
HSV(B)322.22º84.38%50.2%-
XYZ10.915.799.78-
YUV60.04143.78176.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.24%
GREEN value IS 20 (8.20% from 255) = 8.47%
BLUE value IS 88 (34.77% from 255) = 37.29%
R=54.24%
G=8.47%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128208800.840.310.50322.2272.9729.02
Hex8014580541F32142491d
Octal200241300124376250211135
Binary100000001010010110000101010011111110010101000010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801458; }

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

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

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

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

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

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

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

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