#731651

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

Shades of Pompadour #731651

Tints of Pompadour #731651

Color information

#731651 (or 0x731651) is unknown color: approx Pompadour. HEX triplet: 73, 16 and 51. RGB value is (115,22,81). Sum of RGB (Red+Green+Blue) = 115+22+81=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #731651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731651 is #8CE9AE. Grayscale: #383838. Windows color (decimal): -9234863 or 5314163. OLE color: 5314163.

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

Color convert

RGB1152281-
CMYK00.810.300.55
HSL321.94º67.88%26.86%-
HSV(B)321.94º80.87%45.1%-
XYZ8.844.818.25-
YUV56.53141.81169.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.75%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=52.75%
G=10.09%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115228100.810.300.55321.9467.8826.86
Hex7316510511E37142441b
Octal163261210121366750210433
Binary11100111011010100010101000111110110111101000010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731651; }

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

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

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

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

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

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

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

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