#722453

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

Shades of Pompadour #722453

Tints of Pompadour #722453

Color information

#722453 (or 0x722453) is unknown color: approx Pompadour. HEX triplet: 72, 24 and 53. RGB value is (114,36,83). Sum of RGB (Red+Green+Blue) = 114+36+83=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #722453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722453 is #8DDBAC. Grayscale: #404040. Windows color (decimal): -9296813 or 5448818. OLE color: 5448818.

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

Color convert

RGB1143683-
CMYK00.680.270.55
HSL323.85º52%29.41%-
HSV(B)323.85º68.42%44.71%-
XYZ9.135.468.76-
YUV64.68138.34163.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.93%
GREEN value IS 36 (14.45% from 255) = 15.45%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=48.93%
G=15.45%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114368300.680.270.55323.855229.41
Hex7224530441B37144341d
Octal16244123010433675046435
Binary11100101001001010011010001001101111011110100010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722453; }

 p { color: rgb(114,36,83); }

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

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

 a { background-color: rgb(114,36,83); }

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

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

 span { border-color: rgb(114,36,83); }

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