#731551

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

Shades of Pompadour #731551

Tints of Pompadour #731551

Color information

#731551 (or 0x731551) is unknown color: approx Pompadour. HEX triplet: 73, 15 and 51. RGB value is (115,21,81). Sum of RGB (Red+Green+Blue) = 115+21+81=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #731551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731551 is #8CEAAE. Grayscale: #373737. Windows color (decimal): -9235119 or 5313907. OLE color: 5313907.

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

Color convert

RGB1152181-
CMYK00.820.300.55
HSL321.7º69.12%26.67%-
HSV(B)321.7º81.74%45.1%-
XYZ8.824.788.24-
YUV55.95142.14170.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.00%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 81 (32.03% from 255) = 37.33%
R=53.00%
G=9.68%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115218100.820.300.55321.769.1226.67
Hex7315510521E37142451b
Octal163251210122366750210533
Binary11100111010110100010101001011110110111101000010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731551; }

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

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

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

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

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

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

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

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