Shades of Tawny Port #66314B
Tints of Tawny Port #66314B
RGB
CMYK
RGB Variations
Color information
#66314B (or 0x66314B) is known color: Tawny Port. HEX triplet: 66, 31 and 4B. RGB value is (102,49,75). Sum of RGB (Red+Green+Blue) = 102+49+75=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #66314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66314B is #99CEB4. Grayscale: #434343. Windows color (decimal): -10079925 or 4927846. OLE color: 4927846.
HSL color Cylindrical-coordinate representation of color #66314B: hue angle of 330.57º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66314B is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 49 | 75 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.6 |
| HSL | 330.57º | 0.35% | 0.3% | - |
| HSV(B) | 330.57º | 0.52% | 0.4% | - |
| XYZ | 7.85 | 5.53 | 7.31 | - |
| YUV | 67.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 75 | 0 | 0.52 | 0.26 | 0.6 | 330.57 | 0.35 | 0.3 |
| Hex | 66 | 31 | 4B | 0 | 34 | 1A | 3C | 14B | 23 | 1E |
| Octal | 146 | 61 | 113 | 0 | 64 | 32 | 74 | 513 | 43 | 36 |
| Binary | 1100110 | 110001 | 1001011 | 0 | 110100 | 11010 | 111100 | 101001011 | 100011 | 11110 |
Color Harmonies of #66314B
Complementary color
Monochromatic Colors of #66314B
Black with #66314B
Text Example
Text Example
White with #66314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66314B; }
p { color: rgb(102,49,75); }
H1.HeaderClassName
{
color: #66314B;
}
.AnyTagClassName
{
color: #66314B;
}
</style>
background-color css
<style>
a { background-color: #66314B; }
a { background-color: rgb(102,49,75); }
div.DivClassName
{
background-color: #66314B;
}
.BgClassName
{
background-color: #66314B;
}
</style>
border-color css
<style>
span { border-color: #66314B; }
span { border-color: rgb(102,49,75); }
td.TdClassName
{
border-color: #66314B;
}
.TagClassName
{
border-color: #66314B;
}
</style>