Shades of Tawny Port #663248
Tints of Tawny Port #663248
RGB
CMYK
RGB Variations
Color information
#663248 (or 0x663248) is known color: Tawny Port. HEX triplet: 66, 32 and 48. RGB value is (102,50,72). Sum of RGB (Red+Green+Blue) = 102+50+72=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #663248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663248 is #99CDB7. Grayscale: #444444. Windows color (decimal): -10079672 or 4731494. OLE color: 4731494.
HSL color Cylindrical-coordinate representation of color #663248: hue angle of 334.62º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #663248 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 72 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.6 |
| HSL | 334.62º | 0.34% | 0.3% | - |
| HSV(B) | 334.62º | 0.51% | 0.4% | - |
| XYZ | 7.79 | 5.57 | 6.8 | - |
| YUV | 68.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 72 | 0 | 0.51 | 0.29 | 0.6 | 334.62 | 0.34 | 0.3 |
| Hex | 66 | 32 | 48 | 0 | 33 | 1D | 3C | 14F | 22 | 1E |
| Octal | 146 | 62 | 110 | 0 | 63 | 35 | 74 | 517 | 42 | 36 |
| Binary | 1100110 | 110010 | 1001000 | 0 | 110011 | 11101 | 111100 | 101001111 | 100010 | 11110 |
Color Harmonies of #663248
Complementary color
Monochromatic Colors of #663248
Black with #663248
Text Example
Text Example
White with #663248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663248; }
p { color: rgb(102,50,72); }
H1.HeaderClassName
{
color: #663248;
}
.AnyTagClassName
{
color: #663248;
}
</style>
background-color css
<style>
a { background-color: #663248; }
a { background-color: rgb(102,50,72); }
div.DivClassName
{
background-color: #663248;
}
.BgClassName
{
background-color: #663248;
}
</style>
border-color css
<style>
span { border-color: #663248; }
span { border-color: rgb(102,50,72); }
td.TdClassName
{
border-color: #663248;
}
.TagClassName
{
border-color: #663248;
}
</style>