Shades of Tawny Port #61333F
Tints of Tawny Port #61333F
RGB
CMYK
RGB Variations
Color information
#61333F (or 0x61333F) is known color: Tawny Port. HEX triplet: 61, 33 and 3F. RGB value is (97,51,63). Sum of RGB (Red+Green+Blue) = 97+51+63=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61333F is #9ECCC0. Grayscale: #424242. Windows color (decimal): -10407105 or 4141921. OLE color: 4141921.
HSL color Cylindrical-coordinate representation of color #61333F: hue angle of 344.35º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61333F is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 51 | 63 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.62 |
| HSL | 344.35º | 0.31% | 0.29% | - |
| HSV(B) | 344.35º | 0.47% | 0.38% | - |
| XYZ | 7.01 | 5.27 | 5.35 | - |
| YUV | 66.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 51 | 63 | 0 | 0.47 | 0.35 | 0.62 | 344.35 | 0.31 | 0.29 |
| Hex | 61 | 33 | 3F | 0 | 2F | 23 | 3E | 158 | 1F | 1D |
| Octal | 141 | 63 | 77 | 0 | 57 | 43 | 76 | 530 | 37 | 35 |
| Binary | 1100001 | 110011 | 111111 | 0 | 101111 | 100011 | 111110 | 101011000 | 11111 | 11101 |
Color Harmonies of #61333F
Complementary color
Monochromatic Colors of #61333F
Black with #61333F
Text Example
Text Example
White with #61333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61333F; }
p { color: rgb(97,51,63); }
H1.HeaderClassName
{
color: #61333F;
}
.AnyTagClassName
{
color: #61333F;
}
</style>
background-color css
<style>
a { background-color: #61333F; }
a { background-color: rgb(97,51,63); }
div.DivClassName
{
background-color: #61333F;
}
.BgClassName
{
background-color: #61333F;
}
</style>
border-color css
<style>
span { border-color: #61333F; }
span { border-color: rgb(97,51,63); }
td.TdClassName
{
border-color: #61333F;
}
.TagClassName
{
border-color: #61333F;
}
</style>