Shades of Pompadour #730F3D
Tints of Pompadour #730F3D
RGB
CMYK
RGB Variations
Color information
#730F3D (or 0x730F3D) is known color: Pompadour. HEX triplet: 73, 0F and 3D. RGB value is (115,15,61). Sum of RGB (Red+Green+Blue) = 115+15+61=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #730F3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730F3D is #8CF0C2. Grayscale: #323232. Windows color (decimal): -9236675 or 4001651. OLE color: 4001651.
HSL color Cylindrical-coordinate representation of color #730F3D: hue angle of 332.4º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #730F3D is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 61 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.55 |
| HSL | 332.4º | 0.77% | 0.25% | - |
| HSV(B) | 332.4º | 0.87% | 0.45% | - |
| XYZ | 8.08 | 4.32 | 4.82 | - |
| YUV | 50.14 | 134.13 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 61 | 0 | 0.87 | 0.47 | 0.55 | 332.4 | 0.77 | 0.25 |
| Hex | 73 | F | 3D | 0 | 57 | 2F | 37 | 14C | 4D | 19 |
| Octal | 163 | 17 | 75 | 0 | 127 | 57 | 67 | 514 | 115 | 31 |
| Binary | 1110011 | 1111 | 111101 | 0 | 1010111 | 101111 | 110111 | 101001100 | 1001101 | 11001 |
Color Harmonies of #730F3D
Complementary color
Monochromatic Colors of #730F3D
Black with #730F3D
Text Example
Text Example
White with #730F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F3D; }
p { color: rgb(115,15,61); }
H1.HeaderClassName
{
color: #730F3D;
}
.AnyTagClassName
{
color: #730F3D;
}
</style>
background-color css
<style>
a { background-color: #730F3D; }
a { background-color: rgb(115,15,61); }
div.DivClassName
{
background-color: #730F3D;
}
.BgClassName
{
background-color: #730F3D;
}
</style>
border-color css
<style>
span { border-color: #730F3D; }
span { border-color: rgb(115,15,61); }
td.TdClassName
{
border-color: #730F3D;
}
.TagClassName
{
border-color: #730F3D;
}
</style>