Shades of Tawny Port #603042
Tints of Tawny Port #603042
RGB
CMYK
RGB Variations
Color information
#603042 (or 0x603042) is known color: Tawny Port. HEX triplet: 60, 30 and 42. RGB value is (96,48,66). Sum of RGB (Red+Green+Blue) = 96+48+66=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #603042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603042 is #9FCFBD. Grayscale: #404040. Windows color (decimal): -10473406 or 4337760. OLE color: 4337760.
HSL color Cylindrical-coordinate representation of color #603042: hue angle of 337.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603042 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 48 | 66 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.62 |
| HSL | 337.5º | 0.33% | 0.28% | - |
| HSV(B) | 337.5º | 0.5% | 0.38% | - |
| XYZ | 6.86 | 4.99 | 5.76 | - |
| YUV | 64.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 66 | 0 | 0.50 | 0.31 | 0.62 | 337.5 | 0.33 | 0.28 |
| Hex | 60 | 30 | 42 | 0 | 32 | 1F | 3E | 152 | 21 | 1C |
| Octal | 140 | 60 | 102 | 0 | 62 | 37 | 76 | 522 | 41 | 34 |
| Binary | 1100000 | 110000 | 1000010 | 0 | 110010 | 11111 | 111110 | 101010010 | 100001 | 11100 |
Color Harmonies of #603042
Complementary color
Monochromatic Colors of #603042
Black with #603042
Text Example
Text Example
White with #603042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603042; }
p { color: rgb(96,48,66); }
H1.HeaderClassName
{
color: #603042;
}
.AnyTagClassName
{
color: #603042;
}
</style>
background-color css
<style>
a { background-color: #603042; }
a { background-color: rgb(96,48,66); }
div.DivClassName
{
background-color: #603042;
}
.BgClassName
{
background-color: #603042;
}
</style>
border-color css
<style>
span { border-color: #603042; }
span { border-color: rgb(96,48,66); }
td.TdClassName
{
border-color: #603042;
}
.TagClassName
{
border-color: #603042;
}
</style>