#731b47

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

Shades of Pompadour #731B47

Tints of Pompadour #731B47

Color information

#731B47 (or 0x731B47) is unknown color: approx Pompadour. HEX triplet: 73, 1B and 47. RGB value is (115,27,71). Sum of RGB (Red+Green+Blue) = 115+27+71=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #731B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731B47 is #8CE4B8. Grayscale: #3A3A3A. Windows color (decimal): -9233593 or 4660083. OLE color: 4660083.

HSL color Cylindrical-coordinate representation of color #731B47: hue angle of 330º degrees, saturation: 0.62, 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 #731B47 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB1152771-
CMYK00.770.380.55
HSL330º61.97%27.84%-
HSV(B)330º76.52%45.1%-
XYZ8.64.886.45-
YUV58.33135.15168.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.99%
GREEN value IS 27 (10.94% from 255) = 12.68%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=53.99%
G=12.68%
B=33.33%

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
Decimal115277100.770.380.5533061.9727.84
Hex731B4704D263714a3e1c
Octal16333107011546675127634
Binary11100111101110001110100110110011011011110100101011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731b47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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