#731655

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

Shades of Pompadour #731655

Tints of Pompadour #731655

Color information

#731655 (or 0x731655) is unknown color: approx Pompadour. HEX triplet: 73, 16 and 55. RGB value is (115,22,85). Sum of RGB (Red+Green+Blue) = 115+22+85=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #731655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731655 is #8CE9AA. Grayscale: #383838. Windows color (decimal): -9234859 or 5576307. OLE color: 5576307.

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

Color convert

RGB1152285-
CMYK00.810.260.55
HSL319.35º67.88%26.86%-
HSV(B)319.35º80.87%45.1%-
XYZ94.879.06-
YUV56.99143.81169.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.80%
GREEN value IS 22 (8.98% from 255) = 9.91%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=51.80%
G=9.91%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115228500.810.260.55319.3567.8826.86
Hex7316550511A3713f441b
Octal163261250121326747710433
Binary11100111011010101010101000111010110111100111111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731655; }

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

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

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

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

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

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

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

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