#722647

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

Shades of Pompadour #722647

Tints of Pompadour #722647

Color information

#722647 (or 0x722647) is unknown color: approx Pompadour. HEX triplet: 72, 26 and 47. RGB value is (114,38,71). Sum of RGB (Red+Green+Blue) = 114+38+71=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #722647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722647 is #8DD9B8. Grayscale: #404040. Windows color (decimal): -9296313 or 4662898. OLE color: 4662898.

HSL color Cylindrical-coordinate representation of color #722647: hue angle of 333.95º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #722647 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB1143871-
CMYK00.670.380.55
HSL333.95º50%29.8%-
HSV(B)333.95º66.67%44.71%-
XYZ8.775.426.54-
YUV64.49131.68163.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 71 (28.12% from 255) = 31.84%
R=51.12%
G=17.04%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114387100.670.380.55333.955029.8
Hex722647043263714e321e
Octal16246107010346675166236
Binary111001010011010001110100001110011011011110100111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722647; }

 p { color: rgb(114,38,71); }

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

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

 a { background-color: rgb(114,38,71); }

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

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

 span { border-color: rgb(114,38,71); }

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