#731553

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

Shades of Pompadour #731553

Tints of Pompadour #731553

Color information

#731553 (or 0x731553) is unknown color: approx Pompadour. HEX triplet: 73, 15 and 53. RGB value is (115,21,83). Sum of RGB (Red+Green+Blue) = 115+21+83=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #731553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731553 is #8CEAAC. Grayscale: #383838. Windows color (decimal): -9235117 or 5444979. OLE color: 5444979.

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

Color convert

RGB1152183-
CMYK00.820.280.55
HSL320.43º69.12%26.67%-
HSV(B)320.43º81.74%45.1%-
XYZ8.94.818.64-
YUV56.17143.14169.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.51%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 83 (32.81% from 255) = 37.90%
R=52.51%
G=9.59%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115218300.820.280.55320.4369.1226.67
Hex7315530521C37140451b
Octal163251230122346750010533
Binary11100111010110100110101001011100110111101000000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731553; }

 p { color: rgb(115,21,83); }

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

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

 a { background-color: rgb(115,21,83); }

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

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

 span { border-color: rgb(115,21,83); }

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