#731547

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

Shades of Pompadour #731547

Tints of Pompadour #731547

Color information

#731547 (or 0x731547) is unknown color: approx Pompadour. HEX triplet: 73, 15 and 47. RGB value is (115,21,71). Sum of RGB (Red+Green+Blue) = 115+21+71=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #731547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731547 is #8CEAB8. Grayscale: #363636. Windows color (decimal): -9235129 or 4658547. OLE color: 4658547.

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

Color convert

RGB1152171-
CMYK00.820.380.55
HSL328.09º69.12%26.67%-
HSV(B)328.09º81.74%45.1%-
XYZ8.484.646.41-
YUV54.81137.14170.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.56%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 71 (28.12% from 255) = 34.30%
R=55.56%
G=10.14%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115217100.820.380.55328.0969.1226.67
Hex7315470522637148451b
Octal163251070122466751010533
Binary111001110101100011101010010100110110111101001000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731547; }

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

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

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

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

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

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

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

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