Shades of Tawny Port #60324B
Tints of Tawny Port #60324B
RGB
CMYK
RGB Variations
Color information
#60324B (or 0x60324B) is known color: Tawny Port. HEX triplet: 60, 32 and 4B. RGB value is (96,50,75). Sum of RGB (Red+Green+Blue) = 96+50+75=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #60324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60324B is #9FCDB4. Grayscale: #424242. Windows color (decimal): -10472885 or 4928096. OLE color: 4928096.
HSL color Cylindrical-coordinate representation of color #60324B: hue angle of 327.39º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60324B is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 50 | 75 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.62 |
| HSL | 327.39º | 0.32% | 0.29% | - |
| HSV(B) | 327.39º | 0.48% | 0.38% | - |
| XYZ | 7.23 | 5.28 | 7.29 | - |
| YUV | 66.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 75 | 0 | 0.48 | 0.22 | 0.62 | 327.39 | 0.32 | 0.29 |
| Hex | 60 | 32 | 4B | 0 | 30 | 16 | 3E | 147 | 20 | 1D |
| Octal | 140 | 62 | 113 | 0 | 60 | 26 | 76 | 507 | 40 | 35 |
| Binary | 1100000 | 110010 | 1001011 | 0 | 110000 | 10110 | 111110 | 101000111 | 100000 | 11101 |
Color Harmonies of #60324B
Complementary color
Monochromatic Colors of #60324B
Black with #60324B
Text Example
Text Example
White with #60324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60324B; }
p { color: rgb(96,50,75); }
H1.HeaderClassName
{
color: #60324B;
}
.AnyTagClassName
{
color: #60324B;
}
</style>
background-color css
<style>
a { background-color: #60324B; }
a { background-color: rgb(96,50,75); }
div.DivClassName
{
background-color: #60324B;
}
.BgClassName
{
background-color: #60324B;
}
</style>
border-color css
<style>
span { border-color: #60324B; }
span { border-color: rgb(96,50,75); }
td.TdClassName
{
border-color: #60324B;
}
.TagClassName
{
border-color: #60324B;
}
</style>