Shades of Tawny Port #63334A
Tints of Tawny Port #63334A
RGB
CMYK
RGB Variations
Color information
#63334A (or 0x63334A) is known color: Tawny Port. HEX triplet: 63, 33 and 4A. RGB value is (99,51,74). Sum of RGB (Red+Green+Blue) = 99+51+74=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #63334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63334A is #9CCCB5. Grayscale: #434343. Windows color (decimal): -10276022 or 4862819. OLE color: 4862819.
HSL color Cylindrical-coordinate representation of color #63334A: hue angle of 331.25º 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 #63334A is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 51 | 74 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.61 |
| HSL | 331.25º | 0.32% | 0.29% | - |
| HSV(B) | 331.25º | 0.48% | 0.39% | - |
| XYZ | 7.57 | 5.51 | 7.14 | - |
| YUV | 67.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 74 | 0 | 0.48 | 0.25 | 0.61 | 331.25 | 0.32 | 0.29 |
| Hex | 63 | 33 | 4A | 0 | 30 | 19 | 3D | 14B | 20 | 1D |
| Octal | 143 | 63 | 112 | 0 | 60 | 31 | 75 | 513 | 40 | 35 |
| Binary | 1100011 | 110011 | 1001010 | 0 | 110000 | 11001 | 111101 | 101001011 | 100000 | 11101 |
Color Harmonies of #63334A
Complementary color
Monochromatic Colors of #63334A
Black with #63334A
Text Example
Text Example
White with #63334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63334A; }
p { color: rgb(99,51,74); }
H1.HeaderClassName
{
color: #63334A;
}
.AnyTagClassName
{
color: #63334A;
}
</style>
background-color css
<style>
a { background-color: #63334A; }
a { background-color: rgb(99,51,74); }
div.DivClassName
{
background-color: #63334A;
}
.BgClassName
{
background-color: #63334A;
}
</style>
border-color css
<style>
span { border-color: #63334A; }
span { border-color: rgb(99,51,74); }
td.TdClassName
{
border-color: #63334A;
}
.TagClassName
{
border-color: #63334A;
}
</style>