#722240

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

Shades of Pompadour #722240

Tints of Pompadour #722240

Color information

#722240 (or 0x722240) is unknown color: approx Pompadour. HEX triplet: 72, 22 and 40. RGB value is (114,34,64). Sum of RGB (Red+Green+Blue) = 114+34+64=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #722240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722240 is #8DDDBF. Grayscale: #3D3D3D. Windows color (decimal): -9297344 or 4203122. OLE color: 4203122.

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

Color convert

RGB1143464-
CMYK00.700.440.55
HSL337.5º54.05%29.02%-
HSV(B)337.5º70.18%44.71%-
XYZ8.445.095.39-
YUV61.34129.5165.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.77%
GREEN value IS 34 (13.67% from 255) = 16.04%
BLUE value IS 64 (25.39% from 255) = 30.19%
R=53.77%
G=16.04%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114346400.700.440.55337.554.0529.02
Hex7222400462C37152361d
Octal16242100010654675226635
Binary111001010001010000000100011010110011011110101001011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722240; }

 p { color: rgb(114,34,64); }

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

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

 a { background-color: rgb(114,34,64); }

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

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

 span { border-color: rgb(114,34,64); }

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