Shades of Tawny Port #633042
Tints of Tawny Port #633042
RGB
CMYK
RGB Variations
Color information
#633042 (or 0x633042) is known color: Tawny Port. HEX triplet: 63, 30 and 42. RGB value is (99,48,66). Sum of RGB (Red+Green+Blue) = 99+48+66=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #633042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633042 is #9CCFBD. Grayscale: #414141. Windows color (decimal): -10276798 or 4337763. OLE color: 4337763.
HSL color Cylindrical-coordinate representation of color #633042: hue angle of 338.82º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #633042 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 48 | 66 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.61 |
| HSL | 338.82º | 0.35% | 0.29% | - |
| HSV(B) | 338.82º | 0.52% | 0.39% | - |
| XYZ | 7.19 | 5.16 | 5.77 | - |
| YUV | 65.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 66 | 0 | 0.52 | 0.33 | 0.61 | 338.82 | 0.35 | 0.29 |
| Hex | 63 | 30 | 42 | 0 | 34 | 21 | 3D | 153 | 23 | 1D |
| Octal | 143 | 60 | 102 | 0 | 64 | 41 | 75 | 523 | 43 | 35 |
| Binary | 1100011 | 110000 | 1000010 | 0 | 110100 | 100001 | 111101 | 101010011 | 100011 | 11101 |
Color Harmonies of #633042
Complementary color
Monochromatic Colors of #633042
Black with #633042
Text Example
Text Example
White with #633042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633042; }
p { color: rgb(99,48,66); }
H1.HeaderClassName
{
color: #633042;
}
.AnyTagClassName
{
color: #633042;
}
</style>
background-color css
<style>
a { background-color: #633042; }
a { background-color: rgb(99,48,66); }
div.DivClassName
{
background-color: #633042;
}
.BgClassName
{
background-color: #633042;
}
</style>
border-color css
<style>
span { border-color: #633042; }
span { border-color: rgb(99,48,66); }
td.TdClassName
{
border-color: #633042;
}
.TagClassName
{
border-color: #633042;
}
</style>