Shades of Tawny Port #63334C
Tints of Tawny Port #63334C
RGB
CMYK
RGB Variations
Color information
#63334C (or 0x63334C) is known color: Tawny Port. HEX triplet: 63, 33 and 4C. RGB value is (99,51,76). Sum of RGB (Red+Green+Blue) = 99+51+76=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63334C is #9CCCB3. Grayscale: #444444. Windows color (decimal): -10276020 or 4993891. OLE color: 4993891.
HSL color Cylindrical-coordinate representation of color #63334C: hue angle of 328.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63334C is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 51 | 76 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.61 |
| HSL | 328.75º | 0.32% | 0.29% | - |
| HSV(B) | 328.75º | 0.48% | 0.39% | - |
| XYZ | 7.63 | 5.54 | 7.5 | - |
| YUV | 68.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 76 | 0 | 0.48 | 0.23 | 0.61 | 328.75 | 0.32 | 0.29 |
| Hex | 63 | 33 | 4C | 0 | 30 | 17 | 3D | 149 | 20 | 1D |
| Octal | 143 | 63 | 114 | 0 | 60 | 27 | 75 | 511 | 40 | 35 |
| Binary | 1100011 | 110011 | 1001100 | 0 | 110000 | 10111 | 111101 | 101001001 | 100000 | 11101 |
Color Harmonies of #63334C
Complementary color
Monochromatic Colors of #63334C
Black with #63334C
Text Example
Text Example
White with #63334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63334C; }
p { color: rgb(99,51,76); }
H1.HeaderClassName
{
color: #63334C;
}
.AnyTagClassName
{
color: #63334C;
}
</style>
background-color css
<style>
a { background-color: #63334C; }
a { background-color: rgb(99,51,76); }
div.DivClassName
{
background-color: #63334C;
}
.BgClassName
{
background-color: #63334C;
}
</style>
border-color css
<style>
span { border-color: #63334C; }
span { border-color: rgb(99,51,76); }
td.TdClassName
{
border-color: #63334C;
}
.TagClassName
{
border-color: #63334C;
}
</style>