Shades of Tawny Port #61324B
Tints of Tawny Port #61324B
RGB
CMYK
RGB Variations
Color information
#61324B (or 0x61324B) is known color: Tawny Port. HEX triplet: 61, 32 and 4B. RGB value is (97,50,75). Sum of RGB (Red+Green+Blue) = 97+50+75=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #61324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61324B is #9ECDB4. Grayscale: #424242. Windows color (decimal): -10407349 or 4928097. OLE color: 4928097.
HSL color Cylindrical-coordinate representation of color #61324B: hue angle of 328.09º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61324B is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 50 | 75 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.62 |
| HSL | 328.09º | 0.32% | 0.29% | - |
| HSV(B) | 328.09º | 0.48% | 0.38% | - |
| XYZ | 7.34 | 5.33 | 7.3 | - |
| YUV | 66.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 50 | 75 | 0 | 0.48 | 0.23 | 0.62 | 328.09 | 0.32 | 0.29 |
| Hex | 61 | 32 | 4B | 0 | 30 | 17 | 3E | 148 | 20 | 1D |
| Octal | 141 | 62 | 113 | 0 | 60 | 27 | 76 | 510 | 40 | 35 |
| Binary | 1100001 | 110010 | 1001011 | 0 | 110000 | 10111 | 111110 | 101001000 | 100000 | 11101 |
Color Harmonies of #61324B
Complementary color
Monochromatic Colors of #61324B
Black with #61324B
Text Example
Text Example
White with #61324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61324B; }
p { color: rgb(97,50,75); }
H1.HeaderClassName
{
color: #61324B;
}
.AnyTagClassName
{
color: #61324B;
}
</style>
background-color css
<style>
a { background-color: #61324B; }
a { background-color: rgb(97,50,75); }
div.DivClassName
{
background-color: #61324B;
}
.BgClassName
{
background-color: #61324B;
}
</style>
border-color css
<style>
span { border-color: #61324B; }
span { border-color: rgb(97,50,75); }
td.TdClassName
{
border-color: #61324B;
}
.TagClassName
{
border-color: #61324B;
}
</style>