#721E48

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

Shades of Pompadour #721E48

Tints of Pompadour #721E48

Color information

#721E48 (or 0x721E48) is unknown color: approx Pompadour. HEX triplet: 72, 1E and 48. RGB value is (114,30,72). Sum of RGB (Red+Green+Blue) = 114+30+72=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #721E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E48 is #8DE1B7. Grayscale: #3B3B3B. Windows color (decimal): -9298360 or 4726386. OLE color: 4726386.

HSL color Cylindrical-coordinate representation of color #721E48: hue angle of 330º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E48 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1143072-
CMYK00.740.370.55
HSL330º58.33%28.24%-
HSV(B)330º73.68%44.71%-
XYZ8.574.976.64-
YUV59.9134.83166.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 30 (12.11% from 255) = 13.89%
BLUE value IS 72 (28.52% from 255) = 33.33%
R=52.78%
G=13.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114307200.740.370.5533058.3328.24
Hex721E4804A253714a3a1c
Octal16236110011245675127234
Binary11100101111010010000100101010010111011110100101011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,30,72); }

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

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

 a { background-color: rgb(114,30,72); }

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

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

 span { border-color: rgb(114,30,72); }

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