#722650

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

Shades of Pompadour #722650

Tints of Pompadour #722650

Color information

#722650 (or 0x722650) is unknown color: approx Pompadour. HEX triplet: 72, 26 and 50. RGB value is (114,38,80). Sum of RGB (Red+Green+Blue) = 114+38+80=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #722650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722650 is #8DD9AF. Grayscale: #414141. Windows color (decimal): -9296304 or 5252722. OLE color: 5252722.

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

Color convert

RGB1143880-
CMYK00.670.300.55
HSL326.84º50%29.8%-
HSV(B)326.84º66.67%44.71%-
XYZ9.085.548.18-
YUV65.51136.18162.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=49.14%
G=16.38%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114388000.670.300.55326.845029.8
Hex7226500431E37147321e
Octal16246120010336675076236
Binary11100101001101010000010000111111011011110100011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722650; }

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

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

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

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

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

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

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

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