Shades of Pompadour #73134B
Tints of Pompadour #73134B
RGB
CMYK
RGB Variations
Color information
#73134B (or 0x73134B) is known color: Pompadour. HEX triplet: 73, 13 and 4B. RGB value is (115,19,75). Sum of RGB (Red+Green+Blue) = 115+19+75=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #73134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73134B is #8CECB4. Grayscale: #353535. Windows color (decimal): -9235637 or 4920179. OLE color: 4920179.
HSL color Cylindrical-coordinate representation of color #73134B: hue angle of 325º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73134B is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 19 | 75 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.55 |
| HSL | 325º | 0.72% | 0.26% | - |
| HSV(B) | 325º | 0.83% | 0.45% | - |
| XYZ | 8.57 | 4.62 | 7.1 | - |
| YUV | 54.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 19 | 75 | 0 | 0.83 | 0.35 | 0.55 | 325 | 0.72 | 0.26 |
| Hex | 73 | 13 | 4B | 0 | 53 | 23 | 37 | 145 | 48 | 1A |
| Octal | 163 | 23 | 113 | 0 | 123 | 43 | 67 | 505 | 110 | 32 |
| Binary | 1110011 | 10011 | 1001011 | 0 | 1010011 | 100011 | 110111 | 101000101 | 1001000 | 11010 |
Color Harmonies of #73134B
Complementary color
Monochromatic Colors of #73134B
Black with #73134B
Text Example
Text Example
White with #73134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73134B; }
p { color: rgb(115,19,75); }
H1.HeaderClassName
{
color: #73134B;
}
.AnyTagClassName
{
color: #73134B;
}
</style>
background-color css
<style>
a { background-color: #73134B; }
a { background-color: rgb(115,19,75); }
div.DivClassName
{
background-color: #73134B;
}
.BgClassName
{
background-color: #73134B;
}
</style>
border-color css
<style>
span { border-color: #73134B; }
span { border-color: rgb(115,19,75); }
td.TdClassName
{
border-color: #73134B;
}
.TagClassName
{
border-color: #73134B;
}
</style>