Shades of Tawny Port #632F45
Tints of Tawny Port #632F45
RGB
CMYK
RGB Variations
Color information
#632F45 (or 0x632F45) is known color: Tawny Port. HEX triplet: 63, 2F and 45. RGB value is (99,47,69). Sum of RGB (Red+Green+Blue) = 99+47+69=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #632F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632F45 is #9CD0BA. Grayscale: #414141. Windows color (decimal): -10277051 or 4534115. OLE color: 4534115.
HSL color Cylindrical-coordinate representation of color #632F45: hue angle of 334.62º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #632F45 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 69 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.61 |
| HSL | 334.62º | 0.36% | 0.29% | - |
| HSV(B) | 334.62º | 0.53% | 0.39% | - |
| XYZ | 7.24 | 5.12 | 6.24 | - |
| YUV | 65.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 69 | 0 | 0.53 | 0.30 | 0.61 | 334.62 | 0.36 | 0.29 |
| Hex | 63 | 2F | 45 | 0 | 35 | 1E | 3D | 14F | 24 | 1D |
| Octal | 143 | 57 | 105 | 0 | 65 | 36 | 75 | 517 | 44 | 35 |
| Binary | 1100011 | 101111 | 1000101 | 0 | 110101 | 11110 | 111101 | 101001111 | 100100 | 11101 |
Color Harmonies of #632F45
Complementary color
Monochromatic Colors of #632F45
Black with #632F45
Text Example
Text Example
White with #632F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F45; }
p { color: rgb(99,47,69); }
H1.HeaderClassName
{
color: #632F45;
}
.AnyTagClassName
{
color: #632F45;
}
</style>
background-color css
<style>
a { background-color: #632F45; }
a { background-color: rgb(99,47,69); }
div.DivClassName
{
background-color: #632F45;
}
.BgClassName
{
background-color: #632F45;
}
</style>
border-color css
<style>
span { border-color: #632F45; }
span { border-color: rgb(99,47,69); }
td.TdClassName
{
border-color: #632F45;
}
.TagClassName
{
border-color: #632F45;
}
</style>