#721054

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

Shades of Pompadour #721054

Tints of Pompadour #721054

Color information

#721054 (or 0x721054) is unknown color: approx Pompadour. HEX triplet: 72, 10 and 54. RGB value is (114,16,84). Sum of RGB (Red+Green+Blue) = 114+16+84=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #721054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721054 is #8DEFAB. Grayscale: #343434. Windows color (decimal): -9301932 or 5509234. OLE color: 5509234.

HSL color Cylindrical-coordinate representation of color #721054: hue angle of 318.37º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721054 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1141684-
CMYK00.860.260.55
HSL318.37º75.38%25.49%-
HSV(B)318.37º85.96%44.71%-
XYZ8.724.598.81-
YUV53.05145.47171.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.27%
GREEN value IS 16 (6.64% from 255) = 7.48%
BLUE value IS 84 (33.20% from 255) = 39.25%
R=53.27%
G=7.48%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114168400.860.260.55318.3775.3825.49
Hex7210540561A3713e4b19
Octal162201240126326747611331
Binary11100101000010101000101011011010110111100111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721054; }

 p { color: rgb(114,16,84); }

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

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

 a { background-color: rgb(114,16,84); }

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

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

 span { border-color: rgb(114,16,84); }

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