#731A47

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

Shades of Pompadour #731A47

Tints of Pompadour #731A47

Color information

#731A47 (or 0x731A47) is unknown color: approx Pompadour. HEX triplet: 73, 1A and 47. RGB value is (115,26,71). Sum of RGB (Red+Green+Blue) = 115+26+71=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #731A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731A47 is #8CE5B8. Grayscale: #393939. Windows color (decimal): -9233849 or 4659827. OLE color: 4659827.

HSL color Cylindrical-coordinate representation of color #731A47: hue angle of 329.66º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731A47 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB1152671-
CMYK00.770.380.55
HSL329.66º63.12%27.65%-
HSV(B)329.66º77.39%45.1%-
XYZ8.584.846.44-
YUV57.74135.49168.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.25%
GREEN value IS 26 (10.55% from 255) = 12.26%
BLUE value IS 71 (28.12% from 255) = 33.49%
R=54.25%
G=12.26%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115267100.770.380.55329.6663.1227.65
Hex731A4704D263714a3f1c
Octal16332107011546675127734
Binary11100111101010001110100110110011011011110100101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731A47; }

 p { color: rgb(115,26,71); }

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

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

 a { background-color: rgb(115,26,71); }

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

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

 span { border-color: rgb(115,26,71); }

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