#731044

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

Shades of Pompadour #731044

Tints of Pompadour #731044

Color information

#731044 (or 0x731044) is unknown color: approx Pompadour. HEX triplet: 73, 10 and 44. RGB value is (115,16,68). Sum of RGB (Red+Green+Blue) = 115+16+68=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #731044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731044 is #8CEFBB. Grayscale: #333333. Windows color (decimal): -9236412 or 4460659. OLE color: 4460659.

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

Color convert

RGB1151668-
CMYK00.860.410.55
HSL328.48º75.57%25.69%-
HSV(B)328.48º86.09%45.1%-
XYZ8.34.435.89-
YUV51.53137.3173.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 16 (6.64% from 255) = 8.04%
BLUE value IS 68 (26.95% from 255) = 34.17%
R=57.79%
G=8.04%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115166800.860.410.55328.4875.5725.69
Hex73104405629371484c1a
Octal163201040126516751011432
Binary111001110000100010001010110101001110111101001000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731044; }

 p { color: rgb(115,16,68); }

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

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

 a { background-color: rgb(115,16,68); }

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

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

 span { border-color: rgb(115,16,68); }

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