#731E4B

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

Shades of Pompadour #731E4B

Tints of Pompadour #731E4B

Color information

#731E4B (or 0x731E4B) is unknown color: approx Pompadour. HEX triplet: 73, 1E and 4B. RGB value is (115,30,75). Sum of RGB (Red+Green+Blue) = 115+30+75=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #731E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E4B is #8CE1B4. Grayscale: #3C3C3C. Windows color (decimal): -9232821 or 4922995. OLE color: 4922995.

HSL color Cylindrical-coordinate representation of color #731E4B: hue angle of 328.24º 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 #731E4B is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1153075-
CMYK00.740.350.55
HSL328.24º58.62%28.43%-
HSV(B)328.24º73.91%45.1%-
XYZ8.85.087.17-
YUV60.54136.16166.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.27%
GREEN value IS 30 (12.11% from 255) = 13.64%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=52.27%
G=13.64%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115307500.740.350.55328.2458.6228.43
Hex731E4B04A23371483b1c
Octal16336113011243675107334
Binary11100111111010010110100101010001111011110100100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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