#731E4A

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

Shades of Pompadour #731E4A

Tints of Pompadour #731E4A

Color information

#731E4A (or 0x731E4A) is unknown color: approx Pompadour. HEX triplet: 73, 1E and 4A. RGB value is (115,30,74). Sum of RGB (Red+Green+Blue) = 115+30+74=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #731E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E4A is #8CE1B5. Grayscale: #3C3C3C. Windows color (decimal): -9232822 or 4857459. OLE color: 4857459.

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

Color convert

RGB1153074-
CMYK00.740.360.55
HSL328.94º58.62%28.43%-
HSV(B)328.94º73.91%45.1%-
XYZ8.775.076.99-
YUV60.43135.66166.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.51%
GREEN value IS 30 (12.11% from 255) = 13.70%
BLUE value IS 74 (29.30% from 255) = 33.79%
R=52.51%
G=13.70%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115307400.740.360.55328.9458.6228.43
Hex731E4A04A24371493b1c
Octal16336112011244675117334
Binary11100111111010010100100101010010011011110100100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,30,74); }

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

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

 a { background-color: rgb(115,30,74); }

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

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

 span { border-color: rgb(115,30,74); }

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