#731346

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

Shades of Pompadour #731346

Tints of Pompadour #731346

Color information

#731346 (or 0x731346) is unknown color: approx Pompadour. HEX triplet: 73, 13 and 46. RGB value is (115,19,70). Sum of RGB (Red+Green+Blue) = 115+19+70=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #731346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731346 is #8CECB9. Grayscale: #353535. Windows color (decimal): -9235642 or 4592499. OLE color: 4592499.

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

Color convert

RGB1151970-
CMYK00.830.390.55
HSL328.12º71.64%26.27%-
HSV(B)328.12º83.48%45.1%-
XYZ8.414.556.23-
YUV53.52137.3171.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.37%
GREEN value IS 19 (7.81% from 255) = 9.31%
BLUE value IS 70 (27.73% from 255) = 34.31%
R=56.37%
G=9.31%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115197000.830.390.55328.1271.6426.27
Hex7313460532737148481a
Octal163231060123476751011032
Binary111001110011100011001010011100111110111101001000100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731346; }

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

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

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

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

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

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

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

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