#722344

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

Shades of Pompadour #722344

Tints of Pompadour #722344

Color information

#722344 (or 0x722344) is unknown color: approx Pompadour. HEX triplet: 72, 23 and 44. RGB value is (114,35,68). Sum of RGB (Red+Green+Blue) = 114+35+68=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #722344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722344 is #8DDCBB. Grayscale: #3E3E3E. Windows color (decimal): -9297084 or 4465522. OLE color: 4465522.

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

Color convert

RGB1143568-
CMYK00.690.400.55
HSL334.94º53.02%29.22%-
HSV(B)334.94º69.3%44.71%-
XYZ8.585.26.02-
YUV62.38131.17164.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 68 (26.95% from 255) = 31.34%
R=52.53%
G=16.13%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114356800.690.400.55334.9453.0229.22
Hex722344045283714f351d
Octal16243104010550675176535
Binary111001010001110001000100010110100011011110100111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722344; }

 p { color: rgb(114,35,68); }

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

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

 a { background-color: rgb(114,35,68); }

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

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

 span { border-color: rgb(114,35,68); }

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