Shades of Tawny Port #67334B
Tints of Tawny Port #67334B
RGB
CMYK
RGB Variations
Color information
#67334B (or 0x67334B) is known color: Tawny Port. HEX triplet: 67, 33 and 4B. RGB value is (103,51,75). Sum of RGB (Red+Green+Blue) = 103+51+75=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 103 - color contains mainly: red. Hex color #67334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67334B is #98CCB4. Grayscale: #454545. Windows color (decimal): -10013877 or 4928359. OLE color: 4928359.
HSL color Cylindrical-coordinate representation of color #67334B: hue angle of 332.31º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67334B is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 51 | 75 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.60 |
| HSL | 332.31º | 0.34% | 0.3% | - |
| HSV(B) | 332.31º | 0.5% | 0.4% | - |
| XYZ | 8.05 | 5.76 | 7.34 | - |
| YUV | 69.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 75 | 0 | 0.50 | 0.27 | 0.60 | 332.31 | 0.34 | 0.3 |
| Hex | 67 | 33 | 4B | 0 | 32 | 1B | 3C | 14C | 22 | 1E |
| Octal | 147 | 63 | 113 | 0 | 62 | 33 | 74 | 514 | 42 | 36 |
| Binary | 1100111 | 110011 | 1001011 | 0 | 110010 | 11011 | 111100 | 101001100 | 100010 | 11110 |
Color Harmonies of #67334B
Complementary color
Monochromatic Colors of #67334B
Black with #67334B
Text Example
Text Example
White with #67334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67334B; }
p { color: rgb(103,51,75); }
H1.HeaderClassName
{
color: #67334B;
}
.AnyTagClassName
{
color: #67334B;
}
</style>
background-color css
<style>
a { background-color: #67334B; }
a { background-color: rgb(103,51,75); }
div.DivClassName
{
background-color: #67334B;
}
.BgClassName
{
background-color: #67334B;
}
</style>
border-color css
<style>
span { border-color: #67334B; }
span { border-color: rgb(103,51,75); }
td.TdClassName
{
border-color: #67334B;
}
.TagClassName
{
border-color: #67334B;
}
</style>