#731249

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

Shades of Pompadour #731249

Tints of Pompadour #731249

Color information

#731249 (or 0x731249) is unknown color: approx Pompadour. HEX triplet: 73, 12 and 49. RGB value is (115,18,73). Sum of RGB (Red+Green+Blue) = 115+18+73=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #731249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731249 is #8CEDB6. Grayscale: #353535. Windows color (decimal): -9235895 or 4788851. OLE color: 4788851.

HSL color Cylindrical-coordinate representation of color #731249: hue angle of 325.98º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731249 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1151873-
CMYK00.840.370.55
HSL325.98º72.93%26.08%-
HSV(B)325.98º84.35%45.1%-
XYZ8.494.566.74-
YUV53.27139.14172.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.83%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=55.83%
G=8.74%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115187300.840.370.55325.9872.9326.08
Hex7312490542537146491a
Octal163221110124456750611132
Binary111001110010100100101010100100101110111101000110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731249; }

 p { color: rgb(115,18,73); }

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

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

 a { background-color: rgb(115,18,73); }

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

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

 span { border-color: rgb(115,18,73); }

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