#721254

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

Shades of Pompadour #721254

Tints of Pompadour #721254

Color information

#721254 (or 0x721254) is unknown color: approx Pompadour. HEX triplet: 72, 12 and 54. RGB value is (114,18,84). Sum of RGB (Red+Green+Blue) = 114+18+84=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #721254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721254 is #8DEDAB. Grayscale: #363636. Windows color (decimal): -9301420 or 5509746. OLE color: 5509746.

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

Color convert

RGB1141884-
CMYK00.840.260.55
HSL318.75º72.73%25.88%-
HSV(B)318.75º84.21%44.71%-
XYZ8.764.658.82-
YUV54.23144.8170.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 18 (7.42% from 255) = 8.33%
BLUE value IS 84 (33.20% from 255) = 38.89%
R=52.78%
G=8.33%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114188400.840.260.55318.7572.7325.88
Hex7212540541A3713f491a
Octal162221240124326747711132
Binary11100101001010101000101010011010110111100111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721254; }

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

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

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

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

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

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

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

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