#722146

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

Shades of Pompadour #722146

Tints of Pompadour #722146

Color information

#722146 (or 0x722146) is unknown color: approx Pompadour. HEX triplet: 72, 21 and 46. RGB value is (114,33,70). Sum of RGB (Red+Green+Blue) = 114+33+70=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #722146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722146 is #8DDEB9. Grayscale: #3D3D3D. Windows color (decimal): -9297594 or 4596082. OLE color: 4596082.

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

Color convert

RGB1143370-
CMYK00.710.390.55
HSL332.59º55.1%28.82%-
HSV(B)332.59º71.05%44.71%-
XYZ8.595.116.33-
YUV61.44132.84165.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 70 (27.73% from 255) = 32.26%
R=52.53%
G=15.21%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114337000.710.390.55332.5955.128.82
Hex722146047273714d371d
Octal16241106010747675156735
Binary111001010000110001100100011110011111011110100110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722146; }

 p { color: rgb(114,33,70); }

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

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

 a { background-color: rgb(114,33,70); }

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

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

 span { border-color: rgb(114,33,70); }

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