#731F4F

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

Shades of Pompadour #731F4F

Tints of Pompadour #731F4F

Color information

#731F4F (or 0x731F4F) is unknown color: approx Pompadour. HEX triplet: 73, 1F and 4F. RGB value is (115,31,79). Sum of RGB (Red+Green+Blue) = 115+31+79=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #731F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731F4F is #8CE0B0. Grayscale: #3D3D3D. Windows color (decimal): -9232561 or 5185395. OLE color: 5185395.

HSL color Cylindrical-coordinate representation of color #731F4F: hue angle of 325.71º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F4F is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1153179-
CMYK00.730.310.55
HSL325.71º57.53%28.63%-
HSV(B)325.71º73.04%45.1%-
XYZ8.975.197.93-
YUV61.59137.83166.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 31 (12.5% from 255) = 13.78%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=51.11%
G=13.78%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115317900.730.310.55325.7157.5328.63
Hex731F4F0491F371463a1d
Octal16337117011137675067235
Binary1110011111111001111010010011111111011110100011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,31,79); }

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

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

 a { background-color: rgb(115,31,79); }

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

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

 span { border-color: rgb(115,31,79); }

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