Shades of Pompadour #73254A
Tints of Pompadour #73254A
RGB
CMYK
RGB Variations
Color information
#73254A (or 0x73254A) is known color: Pompadour. HEX triplet: 73, 25 and 4A. RGB value is (115,37,74). Sum of RGB (Red+Green+Blue) = 115+37+74=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73254A is #8CDAB5. Grayscale: #404040. Windows color (decimal): -9231030 or 4859251. OLE color: 4859251.
HSL color Cylindrical-coordinate representation of color #73254A: hue angle of 331.54º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73254A is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 37 | 74 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.55 |
| HSL | 331.54º | 0.51% | 0.3% | - |
| HSV(B) | 331.54º | 0.68% | 0.45% | - |
| XYZ | 8.97 | 5.46 | 7.06 | - |
| YUV | 64.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 74 | 0 | 0.68 | 0.36 | 0.55 | 331.54 | 0.51 | 0.3 |
| Hex | 73 | 25 | 4A | 0 | 44 | 24 | 37 | 14C | 33 | 1E |
| Octal | 163 | 45 | 112 | 0 | 104 | 44 | 67 | 514 | 63 | 36 |
| Binary | 1110011 | 100101 | 1001010 | 0 | 1000100 | 100100 | 110111 | 101001100 | 110011 | 11110 |
Color Harmonies of #73254A
Complementary color
Monochromatic Colors of #73254A
Black with #73254A
Text Example
Text Example
White with #73254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73254A; }
p { color: rgb(115,37,74); }
H1.HeaderClassName
{
color: #73254A;
}
.AnyTagClassName
{
color: #73254A;
}
</style>
background-color css
<style>
a { background-color: #73254A; }
a { background-color: rgb(115,37,74); }
div.DivClassName
{
background-color: #73254A;
}
.BgClassName
{
background-color: #73254A;
}
</style>
border-color css
<style>
span { border-color: #73254A; }
span { border-color: rgb(115,37,74); }
td.TdClassName
{
border-color: #73254A;
}
.TagClassName
{
border-color: #73254A;
}
</style>