Shades of Tawny Port #60324C
Tints of Tawny Port #60324C
RGB
CMYK
RGB Variations
Color information
#60324C (or 0x60324C) is known color: Tawny Port. HEX triplet: 60, 32 and 4C. RGB value is (96,50,76). Sum of RGB (Red+Green+Blue) = 96+50+76=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #60324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60324C is #9FCDB3. Grayscale: #424242. Windows color (decimal): -10472884 or 4993632. OLE color: 4993632.
HSL color Cylindrical-coordinate representation of color #60324C: hue angle of 326.09º 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 #60324C is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 50 | 76 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.62 |
| HSL | 326.09º | 0.32% | 0.29% | - |
| HSV(B) | 326.09º | 0.48% | 0.38% | - |
| XYZ | 7.27 | 5.29 | 7.48 | - |
| YUV | 66.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 76 | 0 | 0.48 | 0.21 | 0.62 | 326.09 | 0.32 | 0.29 |
| Hex | 60 | 32 | 4C | 0 | 30 | 15 | 3E | 146 | 20 | 1D |
| Octal | 140 | 62 | 114 | 0 | 60 | 25 | 76 | 506 | 40 | 35 |
| Binary | 1100000 | 110010 | 1001100 | 0 | 110000 | 10101 | 111110 | 101000110 | 100000 | 11101 |
Color Harmonies of #60324C
Complementary color
Monochromatic Colors of #60324C
Black with #60324C
Text Example
Text Example
White with #60324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60324C; }
p { color: rgb(96,50,76); }
H1.HeaderClassName
{
color: #60324C;
}
.AnyTagClassName
{
color: #60324C;
}
</style>
background-color css
<style>
a { background-color: #60324C; }
a { background-color: rgb(96,50,76); }
div.DivClassName
{
background-color: #60324C;
}
.BgClassName
{
background-color: #60324C;
}
</style>
border-color css
<style>
span { border-color: #60324C; }
span { border-color: rgb(96,50,76); }
td.TdClassName
{
border-color: #60324C;
}
.TagClassName
{
border-color: #60324C;
}
</style>