Shades of Tawny Port #633340
Tints of Tawny Port #633340
RGB
CMYK
RGB Variations
Color information
#633340 (or 0x633340) is known color: Tawny Port. HEX triplet: 63, 33 and 40. RGB value is (99,51,64). Sum of RGB (Red+Green+Blue) = 99+51+64=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #633340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633340 is #9CCCBF. Grayscale: #424242. Windows color (decimal): -10276032 or 4207459. OLE color: 4207459.
HSL color Cylindrical-coordinate representation of color #633340: hue angle of 343.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 #633340 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 51 | 64 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.61 |
| HSL | 343.75º | 0.32% | 0.29% | - |
| HSV(B) | 343.75º | 0.48% | 0.39% | - |
| XYZ | 7.25 | 5.39 | 5.51 | - |
| YUV | 66.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 64 | 0 | 0.48 | 0.35 | 0.61 | 343.75 | 0.32 | 0.29 |
| Hex | 63 | 33 | 40 | 0 | 30 | 23 | 3D | 158 | 20 | 1D |
| Octal | 143 | 63 | 100 | 0 | 60 | 43 | 75 | 530 | 40 | 35 |
| Binary | 1100011 | 110011 | 1000000 | 0 | 110000 | 100011 | 111101 | 101011000 | 100000 | 11101 |
Color Harmonies of #633340
Complementary color
Monochromatic Colors of #633340
Black with #633340
Text Example
Text Example
White with #633340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633340; }
p { color: rgb(99,51,64); }
H1.HeaderClassName
{
color: #633340;
}
.AnyTagClassName
{
color: #633340;
}
</style>
background-color css
<style>
a { background-color: #633340; }
a { background-color: rgb(99,51,64); }
div.DivClassName
{
background-color: #633340;
}
.BgClassName
{
background-color: #633340;
}
</style>
border-color css
<style>
span { border-color: #633340; }
span { border-color: rgb(99,51,64); }
td.TdClassName
{
border-color: #633340;
}
.TagClassName
{
border-color: #633340;
}
</style>