Shades of Tawny Port #633342
Tints of Tawny Port #633342
RGB
CMYK
RGB Variations
Color information
#633342 (or 0x633342) is known color: Tawny Port. HEX triplet: 63, 33 and 42. RGB value is (99,51,66). Sum of RGB (Red+Green+Blue) = 99+51+66=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #633342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633342 is #9CCCBD. Grayscale: #434343. Windows color (decimal): -10276030 or 4338531. OLE color: 4338531.
HSL color Cylindrical-coordinate representation of color #633342: hue angle of 341.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 #633342 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 51 | 66 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.61 |
| HSL | 341.25º | 0.32% | 0.29% | - |
| HSV(B) | 341.25º | 0.48% | 0.39% | - |
| XYZ | 7.31 | 5.41 | 5.81 | - |
| YUV | 67.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 66 | 0 | 0.48 | 0.33 | 0.61 | 341.25 | 0.32 | 0.29 |
| Hex | 63 | 33 | 42 | 0 | 30 | 21 | 3D | 155 | 20 | 1D |
| Octal | 143 | 63 | 102 | 0 | 60 | 41 | 75 | 525 | 40 | 35 |
| Binary | 1100011 | 110011 | 1000010 | 0 | 110000 | 100001 | 111101 | 101010101 | 100000 | 11101 |
Color Harmonies of #633342
Complementary color
Monochromatic Colors of #633342
Black with #633342
Text Example
Text Example
White with #633342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633342; }
p { color: rgb(99,51,66); }
H1.HeaderClassName
{
color: #633342;
}
.AnyTagClassName
{
color: #633342;
}
</style>
background-color css
<style>
a { background-color: #633342; }
a { background-color: rgb(99,51,66); }
div.DivClassName
{
background-color: #633342;
}
.BgClassName
{
background-color: #633342;
}
</style>
border-color css
<style>
span { border-color: #633342; }
span { border-color: rgb(99,51,66); }
td.TdClassName
{
border-color: #633342;
}
.TagClassName
{
border-color: #633342;
}
</style>