Shades of Tawny Port #66374B
Tints of Tawny Port #66374B
RGB
CMYK
RGB Variations
Color information
#66374B (or 0x66374B) is known color: Tawny Port. HEX triplet: 66, 37 and 4B. RGB value is (102,55,75). Sum of RGB (Red+Green+Blue) = 102+55+75=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #66374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66374B is #99C8B4. Grayscale: #474747. Windows color (decimal): -10078389 or 4929382. OLE color: 4929382.
HSL color Cylindrical-coordinate representation of color #66374B: hue angle of 334.47º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66374B is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 55 | 75 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.6 |
| HSL | 334.47º | 0.3% | 0.31% | - |
| HSV(B) | 334.47º | 0.46% | 0.4% | - |
| XYZ | 8.12 | 6.07 | 7.4 | - |
| YUV | 71.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 75 | 0 | 0.46 | 0.26 | 0.6 | 334.47 | 0.3 | 0.31 |
| Hex | 66 | 37 | 4B | 0 | 2E | 1A | 3C | 14E | 1E | 1F |
| Octal | 146 | 67 | 113 | 0 | 56 | 32 | 74 | 516 | 36 | 37 |
| Binary | 1100110 | 110111 | 1001011 | 0 | 101110 | 11010 | 111100 | 101001110 | 11110 | 11111 |
Color Harmonies of #66374B
Complementary color
Monochromatic Colors of #66374B
Black with #66374B
Text Example
Text Example
White with #66374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66374B; }
p { color: rgb(102,55,75); }
H1.HeaderClassName
{
color: #66374B;
}
.AnyTagClassName
{
color: #66374B;
}
</style>
background-color css
<style>
a { background-color: #66374B; }
a { background-color: rgb(102,55,75); }
div.DivClassName
{
background-color: #66374B;
}
.BgClassName
{
background-color: #66374B;
}
</style>
border-color css
<style>
span { border-color: #66374B; }
span { border-color: rgb(102,55,75); }
td.TdClassName
{
border-color: #66374B;
}
.TagClassName
{
border-color: #66374B;
}
</style>