Shades of Tawny Port #603045
Tints of Tawny Port #603045
RGB
CMYK
RGB Variations
Color information
#603045 (or 0x603045) is known color: Tawny Port. HEX triplet: 60, 30 and 45. RGB value is (96,48,69). Sum of RGB (Red+Green+Blue) = 96+48+69=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #603045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603045 is #9FCFBA. Grayscale: #404040. Windows color (decimal): -10473403 or 4534368. OLE color: 4534368.
HSL color Cylindrical-coordinate representation of color #603045: hue angle of 333.75º 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 #603045 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 48 | 69 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.62 |
| HSL | 333.75º | 0.33% | 0.28% | - |
| HSV(B) | 333.75º | 0.5% | 0.38% | - |
| XYZ | 6.96 | 5.03 | 6.23 | - |
| YUV | 64.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 69 | 0 | 0.50 | 0.28 | 0.62 | 333.75 | 0.33 | 0.28 |
| Hex | 60 | 30 | 45 | 0 | 32 | 1C | 3E | 14E | 21 | 1C |
| Octal | 140 | 60 | 105 | 0 | 62 | 34 | 76 | 516 | 41 | 34 |
| Binary | 1100000 | 110000 | 1000101 | 0 | 110010 | 11100 | 111110 | 101001110 | 100001 | 11100 |
Color Harmonies of #603045
Complementary color
Monochromatic Colors of #603045
Black with #603045
Text Example
Text Example
White with #603045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603045; }
p { color: rgb(96,48,69); }
H1.HeaderClassName
{
color: #603045;
}
.AnyTagClassName
{
color: #603045;
}
</style>
background-color css
<style>
a { background-color: #603045; }
a { background-color: rgb(96,48,69); }
div.DivClassName
{
background-color: #603045;
}
.BgClassName
{
background-color: #603045;
}
</style>
border-color css
<style>
span { border-color: #603045; }
span { border-color: rgb(96,48,69); }
td.TdClassName
{
border-color: #603045;
}
.TagClassName
{
border-color: #603045;
}
</style>