#722140

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

Shades of Pompadour #722140

Tints of Pompadour #722140

Color information

#722140 (or 0x722140) is unknown color: approx Pompadour. HEX triplet: 72, 21 and 40. RGB value is (114,33,64). Sum of RGB (Red+Green+Blue) = 114+33+64=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #722140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722140 is #8DDEBF. Grayscale: #3C3C3C. Windows color (decimal): -9297600 or 4202866. OLE color: 4202866.

HSL color Cylindrical-coordinate representation of color #722140: hue angle of 337.04º 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 #722140 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB1143364-
CMYK00.710.440.55
HSL337.04º55.1%28.82%-
HSV(B)337.04º71.05%44.71%-
XYZ8.415.045.38-
YUV60.75129.84165.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.03%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 64 (25.39% from 255) = 30.33%
R=54.03%
G=15.64%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114336400.710.440.55337.0455.128.82
Hex7221400472C37151371d
Octal16241100010754675216735
Binary111001010000110000000100011110110011011110101000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722140; }

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

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

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

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

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

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

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

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