Shades of Tawny Port #72394B
Tints of Tawny Port #72394B
RGB
CMYK
RGB Variations
Color information
#72394B (or 0x72394B) is known color: Tawny Port. HEX triplet: 72, 39 and 4B. RGB value is (114,57,75). Sum of RGB (Red+Green+Blue) = 114+57+75=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #72394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72394B is #8DC6B4. Grayscale: #4C4C4C. Windows color (decimal): -9291445 or 4929906. OLE color: 4929906.
HSL color Cylindrical-coordinate representation of color #72394B: hue angle of 341.05º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72394B is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 57 | 75 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.55 |
| HSL | 341.05º | 0.33% | 0.34% | - |
| HSV(B) | 341.05º | 0.5% | 0.45% | - |
| XYZ | 9.67 | 7.01 | 7.5 | - |
| YUV | 76.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 57 | 75 | 0 | 0.50 | 0.34 | 0.55 | 341.05 | 0.33 | 0.34 |
| Hex | 72 | 39 | 4B | 0 | 32 | 22 | 37 | 155 | 21 | 22 |
| Octal | 162 | 71 | 113 | 0 | 62 | 42 | 67 | 525 | 41 | 42 |
| Binary | 1110010 | 111001 | 1001011 | 0 | 110010 | 100010 | 110111 | 101010101 | 100001 | 100010 |
Color Harmonies of #72394B
Complementary color
Monochromatic Colors of #72394B
Black with #72394B
Text Example
Text Example
White with #72394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72394B; }
p { color: rgb(114,57,75); }
H1.HeaderClassName
{
color: #72394B;
}
.AnyTagClassName
{
color: #72394B;
}
</style>
background-color css
<style>
a { background-color: #72394B; }
a { background-color: rgb(114,57,75); }
div.DivClassName
{
background-color: #72394B;
}
.BgClassName
{
background-color: #72394B;
}
</style>
border-color css
<style>
span { border-color: #72394B; }
span { border-color: rgb(114,57,75); }
td.TdClassName
{
border-color: #72394B;
}
.TagClassName
{
border-color: #72394B;
}
</style>