Shades of Tawny Port #533B45
Tints of Tawny Port #533B45
RGB
CMYK
RGB Variations
Color information
#533B45 (or 0x533B45) is known color: Tawny Port. HEX triplet: 53, 3B and 45. RGB value is (83,59,69). Sum of RGB (Red+Green+Blue) = 83+59+69=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #533B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B45 is #ACC4BA. Grayscale: #434343. Windows color (decimal): -11322555 or 4537171. OLE color: 4537171.
HSL color Cylindrical-coordinate representation of color #533B45: hue angle of 335º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #533B45 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 69 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.67 |
| HSL | 335º | 0.17% | 0.28% | - |
| HSV(B) | 335º | 0.29% | 0.33% | - |
| XYZ | 6.21 | 5.4 | 6.34 | - |
| YUV | 67.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 69 | 0 | 0.29 | 0.17 | 0.67 | 335 | 0.17 | 0.28 |
| Hex | 53 | 3B | 45 | 0 | 1D | 11 | 43 | 14F | 11 | 1C |
| Octal | 123 | 73 | 105 | 0 | 35 | 21 | 103 | 517 | 21 | 34 |
| Binary | 1010011 | 111011 | 1000101 | 0 | 11101 | 10001 | 1000011 | 101001111 | 10001 | 11100 |
Color Harmonies of #533B45
Complementary color
Monochromatic Colors of #533B45
Black with #533B45
Text Example
Text Example
White with #533B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B45; }
p { color: rgb(83,59,69); }
H1.HeaderClassName
{
color: #533B45;
}
.AnyTagClassName
{
color: #533B45;
}
</style>
background-color css
<style>
a { background-color: #533B45; }
a { background-color: rgb(83,59,69); }
div.DivClassName
{
background-color: #533B45;
}
.BgClassName
{
background-color: #533B45;
}
</style>
border-color css
<style>
span { border-color: #533B45; }
span { border-color: rgb(83,59,69); }
td.TdClassName
{
border-color: #533B45;
}
.TagClassName
{
border-color: #533B45;
}
</style>