Shades of Tawny Port #533A42
Tints of Tawny Port #533A42
RGB
CMYK
RGB Variations
Color information
#533A42 (or 0x533A42) is known color: Tawny Port. HEX triplet: 53, 3A and 42. RGB value is (83,58,66). Sum of RGB (Red+Green+Blue) = 83+58+66=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #533A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A42 is #ACC5BD. Grayscale: #424242. Windows color (decimal): -11322814 or 4340307. OLE color: 4340307.
HSL color Cylindrical-coordinate representation of color #533A42: hue angle of 340.8º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #533A42 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 66 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.67 |
| HSL | 340.8º | 0.18% | 0.28% | - |
| HSV(B) | 340.8º | 0.3% | 0.33% | - |
| XYZ | 6.06 | 5.26 | 5.85 | - |
| YUV | 66.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 66 | 0 | 0.30 | 0.20 | 0.67 | 340.8 | 0.18 | 0.28 |
| Hex | 53 | 3A | 42 | 0 | 1E | 14 | 43 | 155 | 12 | 1C |
| Octal | 123 | 72 | 102 | 0 | 36 | 24 | 103 | 525 | 22 | 34 |
| Binary | 1010011 | 111010 | 1000010 | 0 | 11110 | 10100 | 1000011 | 101010101 | 10010 | 11100 |
Color Harmonies of #533A42
Complementary color
Monochromatic Colors of #533A42
Black with #533A42
Text Example
Text Example
White with #533A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A42; }
p { color: rgb(83,58,66); }
H1.HeaderClassName
{
color: #533A42;
}
.AnyTagClassName
{
color: #533A42;
}
</style>
background-color css
<style>
a { background-color: #533A42; }
a { background-color: rgb(83,58,66); }
div.DivClassName
{
background-color: #533A42;
}
.BgClassName
{
background-color: #533A42;
}
</style>
border-color css
<style>
span { border-color: #533A42; }
span { border-color: rgb(83,58,66); }
td.TdClassName
{
border-color: #533A42;
}
.TagClassName
{
border-color: #533A42;
}
</style>