Shades of Pompadour #731E42
Tints of Pompadour #731E42
RGB
CMYK
RGB Variations
Color information
#731E42 (or 0x731E42) is known color: Pompadour. HEX triplet: 73, 1E and 42. RGB value is (115,30,66). Sum of RGB (Red+Green+Blue) = 115+30+66=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #731E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E42 is #8CE1BD. Grayscale: #3B3B3B. Windows color (decimal): -9232830 or 4333171. OLE color: 4333171.
HSL color Cylindrical-coordinate representation of color #731E42: hue angle of 334.59º 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 #731E42 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 30 | 66 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.55 |
| HSL | 334.59º | 0.59% | 0.28% | - |
| HSV(B) | 334.59º | 0.74% | 0.45% | - |
| XYZ | 8.52 | 4.97 | 5.66 | - |
| YUV | 59.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 66 | 0 | 0.74 | 0.43 | 0.55 | 334.59 | 0.59 | 0.28 |
| Hex | 73 | 1E | 42 | 0 | 4A | 2B | 37 | 14F | 3B | 1C |
| Octal | 163 | 36 | 102 | 0 | 112 | 53 | 67 | 517 | 73 | 34 |
| Binary | 1110011 | 11110 | 1000010 | 0 | 1001010 | 101011 | 110111 | 101001111 | 111011 | 11100 |
Color Harmonies of #731E42
Complementary color
Monochromatic Colors of #731E42
Black with #731E42
Text Example
Text Example
White with #731E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E42; }
p { color: rgb(115,30,66); }
H1.HeaderClassName
{
color: #731E42;
}
.AnyTagClassName
{
color: #731E42;
}
</style>
background-color css
<style>
a { background-color: #731E42; }
a { background-color: rgb(115,30,66); }
div.DivClassName
{
background-color: #731E42;
}
.BgClassName
{
background-color: #731E42;
}
</style>
border-color css
<style>
span { border-color: #731E42; }
span { border-color: rgb(115,30,66); }
td.TdClassName
{
border-color: #731E42;
}
.TagClassName
{
border-color: #731E42;
}
</style>