Shades of Pompadour #731D3D
Tints of Pompadour #731D3D
RGB
CMYK
RGB Variations
Color information
#731D3D (or 0x731D3D) is known color: Pompadour. HEX triplet: 73, 1D and 3D. RGB value is (115,29,61). Sum of RGB (Red+Green+Blue) = 115+29+61=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #731D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D3D is #8CE2C2. Grayscale: #3A3A3A. Windows color (decimal): -9233091 or 4005235. OLE color: 4005235.
HSL color Cylindrical-coordinate representation of color #731D3D: hue angle of 337.67º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #731D3D is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 29 | 61 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.55 |
| HSL | 337.67º | 0.6% | 0.28% | - |
| HSV(B) | 337.67º | 0.75% | 0.45% | - |
| XYZ | 8.35 | 4.86 | 4.91 | - |
| YUV | 58.36 | 129.49 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 61 | 0 | 0.75 | 0.47 | 0.55 | 337.67 | 0.6 | 0.28 |
| Hex | 73 | 1D | 3D | 0 | 4B | 2F | 37 | 152 | 3C | 1C |
| Octal | 163 | 35 | 75 | 0 | 113 | 57 | 67 | 522 | 74 | 34 |
| Binary | 1110011 | 11101 | 111101 | 0 | 1001011 | 101111 | 110111 | 101010010 | 111100 | 11100 |
Color Harmonies of #731D3D
Complementary color
Monochromatic Colors of #731D3D
Black with #731D3D
Text Example
Text Example
White with #731D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731D3D; }
p { color: rgb(115,29,61); }
H1.HeaderClassName
{
color: #731D3D;
}
.AnyTagClassName
{
color: #731D3D;
}
</style>
background-color css
<style>
a { background-color: #731D3D; }
a { background-color: rgb(115,29,61); }
div.DivClassName
{
background-color: #731D3D;
}
.BgClassName
{
background-color: #731D3D;
}
</style>
border-color css
<style>
span { border-color: #731D3D; }
span { border-color: rgb(115,29,61); }
td.TdClassName
{
border-color: #731D3D;
}
.TagClassName
{
border-color: #731D3D;
}
</style>