Shades of Tawny Port #533941
Tints of Tawny Port #533941
RGB
CMYK
RGB Variations
Color information
#533941 (or 0x533941) is known color: Tawny Port. HEX triplet: 53, 39 and 41. RGB value is (83,57,65). Sum of RGB (Red+Green+Blue) = 83+57+65=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #533941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533941 is #ACC6BE. Grayscale: #414141. Windows color (decimal): -11323071 or 4274515. OLE color: 4274515.
HSL color Cylindrical-coordinate representation of color #533941: hue angle of 341.54º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #533941 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 57 | 65 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.67 |
| HSL | 341.54º | 0.19% | 0.27% | - |
| HSV(B) | 341.54º | 0.31% | 0.33% | - |
| XYZ | 5.98 | 5.15 | 5.68 | - |
| YUV | 65.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 65 | 0 | 0.31 | 0.22 | 0.67 | 341.54 | 0.19 | 0.27 |
| Hex | 53 | 39 | 41 | 0 | 1F | 16 | 43 | 156 | 13 | 1B |
| Octal | 123 | 71 | 101 | 0 | 37 | 26 | 103 | 526 | 23 | 33 |
| Binary | 1010011 | 111001 | 1000001 | 0 | 11111 | 10110 | 1000011 | 101010110 | 10011 | 11011 |
Color Harmonies of #533941
Complementary color
Monochromatic Colors of #533941
Black with #533941
Text Example
Text Example
White with #533941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533941; }
p { color: rgb(83,57,65); }
H1.HeaderClassName
{
color: #533941;
}
.AnyTagClassName
{
color: #533941;
}
</style>
background-color css
<style>
a { background-color: #533941; }
a { background-color: rgb(83,57,65); }
div.DivClassName
{
background-color: #533941;
}
.BgClassName
{
background-color: #533941;
}
</style>
border-color css
<style>
span { border-color: #533941; }
span { border-color: rgb(83,57,65); }
td.TdClassName
{
border-color: #533941;
}
.TagClassName
{
border-color: #533941;
}
</style>