Shades of Tawny Port #533841
Tints of Tawny Port #533841
RGB
CMYK
RGB Variations
Color information
#533841 (or 0x533841) is known color: Tawny Port. HEX triplet: 53, 38 and 41. RGB value is (83,56,65). Sum of RGB (Red+Green+Blue) = 83+56+65=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #533841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533841 is #ACC7BE. Grayscale: #414141. Windows color (decimal): -11323327 or 4274259. OLE color: 4274259.
HSL color Cylindrical-coordinate representation of color #533841: hue angle of 340º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #533841 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 56 | 65 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.67 |
| HSL | 340º | 0.19% | 0.27% | - |
| HSV(B) | 340º | 0.33% | 0.33% | - |
| XYZ | 5.94 | 5.05 | 5.66 | - |
| YUV | 65.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 65 | 0 | 0.33 | 0.22 | 0.67 | 340 | 0.19 | 0.27 |
| Hex | 53 | 38 | 41 | 0 | 21 | 16 | 43 | 154 | 13 | 1B |
| Octal | 123 | 70 | 101 | 0 | 41 | 26 | 103 | 524 | 23 | 33 |
| Binary | 1010011 | 111000 | 1000001 | 0 | 100001 | 10110 | 1000011 | 101010100 | 10011 | 11011 |
Color Harmonies of #533841
Complementary color
Monochromatic Colors of #533841
Black with #533841
Text Example
Text Example
White with #533841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533841; }
p { color: rgb(83,56,65); }
H1.HeaderClassName
{
color: #533841;
}
.AnyTagClassName
{
color: #533841;
}
</style>
background-color css
<style>
a { background-color: #533841; }
a { background-color: rgb(83,56,65); }
div.DivClassName
{
background-color: #533841;
}
.BgClassName
{
background-color: #533841;
}
</style>
border-color css
<style>
span { border-color: #533841; }
span { border-color: rgb(83,56,65); }
td.TdClassName
{
border-color: #533841;
}
.TagClassName
{
border-color: #533841;
}
</style>