Shades of Pompadour #730F3B
Tints of Pompadour #730F3B
RGB
CMYK
RGB Variations
Color information
#730F3B (or 0x730F3B) is known color: Pompadour. HEX triplet: 73, 0F and 3B. RGB value is (115,15,59). Sum of RGB (Red+Green+Blue) = 115+15+59=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #730F3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730F3B is #8CF0C4. Grayscale: #313131. Windows color (decimal): -9236677 or 3870579. OLE color: 3870579.
HSL color Cylindrical-coordinate representation of color #730F3B: hue angle of 333.6º 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 #730F3B is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 59 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.55 |
| HSL | 333.6º | 0.77% | 0.25% | - |
| HSV(B) | 333.6º | 0.87% | 0.45% | - |
| XYZ | 8.03 | 4.3 | 4.54 | - |
| YUV | 49.92 | 133.13 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 59 | 0 | 0.87 | 0.49 | 0.55 | 333.6 | 0.77 | 0.25 |
| Hex | 73 | F | 3B | 0 | 57 | 31 | 37 | 14E | 4D | 19 |
| Octal | 163 | 17 | 73 | 0 | 127 | 61 | 67 | 516 | 115 | 31 |
| Binary | 1110011 | 1111 | 111011 | 0 | 1010111 | 110001 | 110111 | 101001110 | 1001101 | 11001 |
Color Harmonies of #730F3B
Complementary color
Monochromatic Colors of #730F3B
Black with #730F3B
Text Example
Text Example
White with #730F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F3B; }
p { color: rgb(115,15,59); }
H1.HeaderClassName
{
color: #730F3B;
}
.AnyTagClassName
{
color: #730F3B;
}
</style>
background-color css
<style>
a { background-color: #730F3B; }
a { background-color: rgb(115,15,59); }
div.DivClassName
{
background-color: #730F3B;
}
.BgClassName
{
background-color: #730F3B;
}
</style>
border-color css
<style>
span { border-color: #730F3B; }
span { border-color: rgb(115,15,59); }
td.TdClassName
{
border-color: #730F3B;
}
.TagClassName
{
border-color: #730F3B;
}
</style>