#731246

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

Shades of Pompadour #731246

Tints of Pompadour #731246

Color information

#731246 (or 0x731246) is unknown color: approx Pompadour. HEX triplet: 73, 12 and 46. RGB value is (115,18,70). Sum of RGB (Red+Green+Blue) = 115+18+70=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #731246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731246 is #8CEDB9. Grayscale: #343434. Windows color (decimal): -9235898 or 4592243. OLE color: 4592243.

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

Color convert

RGB1151870-
CMYK00.840.390.55
HSL327.84º72.93%26.08%-
HSV(B)327.84º84.35%45.1%-
XYZ8.394.526.22-
YUV52.93137.64172.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 70 (27.73% from 255) = 34.48%
R=56.65%
G=8.87%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115187000.840.390.55327.8472.9326.08
Hex7312460542737148491a
Octal163221060124476751011132
Binary111001110010100011001010100100111110111101001000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731246; }

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

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

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

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

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

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

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

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