#731646

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

Shades of Pompadour #731646

Tints of Pompadour #731646

Color information

#731646 (or 0x731646) is unknown color: approx Pompadour. HEX triplet: 73, 16 and 46. RGB value is (115,22,70). Sum of RGB (Red+Green+Blue) = 115+22+70=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #731646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731646 is #8CE9B9. Grayscale: #373737. Windows color (decimal): -9234874 or 4593267. OLE color: 4593267.

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

Color convert

RGB1152270-
CMYK00.810.390.55
HSL329.03º67.88%26.86%-
HSV(B)329.03º80.87%45.1%-
XYZ8.464.666.25-
YUV55.28136.31170.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.56%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=55.56%
G=10.63%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115227000.810.390.55329.0367.8826.86
Hex7316460512737149441b
Octal163261060121476751110433
Binary111001110110100011001010001100111110111101001001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731646; }

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

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

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

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

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

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

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

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