Shades of Tawny Port #67374B
Tints of Tawny Port #67374B
RGB
CMYK
RGB Variations
Color information
#67374B (or 0x67374B) is known color: Tawny Port. HEX triplet: 67, 37 and 4B. RGB value is (103,55,75). Sum of RGB (Red+Green+Blue) = 103+55+75=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 103 - color contains mainly: red. Hex color #67374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67374B is #98C8B4. Grayscale: #474747. Windows color (decimal): -10012853 or 4929383. OLE color: 4929383.
HSL color Cylindrical-coordinate representation of color #67374B: hue angle of 335º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67374B is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 55 | 75 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.60 |
| HSL | 335º | 0.3% | 0.31% | - |
| HSV(B) | 335º | 0.47% | 0.4% | - |
| XYZ | 8.23 | 6.12 | 7.4 | - |
| YUV | 71.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 55 | 75 | 0 | 0.47 | 0.27 | 0.60 | 335 | 0.3 | 0.31 |
| Hex | 67 | 37 | 4B | 0 | 2F | 1B | 3C | 14F | 1E | 1F |
| Octal | 147 | 67 | 113 | 0 | 57 | 33 | 74 | 517 | 36 | 37 |
| Binary | 1100111 | 110111 | 1001011 | 0 | 101111 | 11011 | 111100 | 101001111 | 11110 | 11111 |
Color Harmonies of #67374B
Complementary color
Monochromatic Colors of #67374B
Black with #67374B
Text Example
Text Example
White with #67374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67374B; }
p { color: rgb(103,55,75); }
H1.HeaderClassName
{
color: #67374B;
}
.AnyTagClassName
{
color: #67374B;
}
</style>
background-color css
<style>
a { background-color: #67374B; }
a { background-color: rgb(103,55,75); }
div.DivClassName
{
background-color: #67374B;
}
.BgClassName
{
background-color: #67374B;
}
</style>
border-color css
<style>
span { border-color: #67374B; }
span { border-color: rgb(103,55,75); }
td.TdClassName
{
border-color: #67374B;
}
.TagClassName
{
border-color: #67374B;
}
</style>