#721A51

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

Shades of Pompadour #721A51

Tints of Pompadour #721A51

Color information

#721A51 (or 0x721A51) is unknown color: approx Pompadour. HEX triplet: 72, 1A and 51. RGB value is (114,26,81). Sum of RGB (Red+Green+Blue) = 114+26+81=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #721A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A51 is #8DE5AE. Grayscale: #3A3A3A. Windows color (decimal): -9299375 or 5315186. OLE color: 5315186.

HSL color Cylindrical-coordinate representation of color #721A51: hue angle of 322.5º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A51 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1142681-
CMYK00.770.290.55
HSL322.5º62.86%27.45%-
HSV(B)322.5º77.19%44.71%-
XYZ8.794.918.27-
YUV58.58140.65167.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.58%
GREEN value IS 26 (10.55% from 255) = 11.76%
BLUE value IS 81 (32.03% from 255) = 36.65%
R=51.58%
G=11.76%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114268100.770.290.55322.562.8627.45
Hex721A5104D1D371423f1b
Octal16232121011535675027733
Binary1110010110101010001010011011110111011110100001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721A51; }

 p { color: rgb(114,26,81); }

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

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

 a { background-color: rgb(114,26,81); }

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

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

 span { border-color: rgb(114,26,81); }

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