Shades of Tawny Port #533B43
Tints of Tawny Port #533B43
RGB
CMYK
RGB Variations
Color information
#533B43 (or 0x533B43) is known color: Tawny Port. HEX triplet: 53, 3B and 43. RGB value is (83,59,67). Sum of RGB (Red+Green+Blue) = 83+59+67=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #533B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B43 is #ACC4BC. Grayscale: #434343. Windows color (decimal): -11322557 or 4406099. OLE color: 4406099.
HSL color Cylindrical-coordinate representation of color #533B43: hue angle of 340º 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 #533B43 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 67 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.67 |
| HSL | 340º | 0.17% | 0.28% | - |
| HSV(B) | 340º | 0.29% | 0.33% | - |
| XYZ | 6.14 | 5.37 | 6.02 | - |
| YUV | 67.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 67 | 0 | 0.29 | 0.19 | 0.67 | 340 | 0.17 | 0.28 |
| Hex | 53 | 3B | 43 | 0 | 1D | 13 | 43 | 154 | 11 | 1C |
| Octal | 123 | 73 | 103 | 0 | 35 | 23 | 103 | 524 | 21 | 34 |
| Binary | 1010011 | 111011 | 1000011 | 0 | 11101 | 10011 | 1000011 | 101010100 | 10001 | 11100 |
Color Harmonies of #533B43
Complementary color
Monochromatic Colors of #533B43
Black with #533B43
Text Example
Text Example
White with #533B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B43; }
p { color: rgb(83,59,67); }
H1.HeaderClassName
{
color: #533B43;
}
.AnyTagClassName
{
color: #533B43;
}
</style>
background-color css
<style>
a { background-color: #533B43; }
a { background-color: rgb(83,59,67); }
div.DivClassName
{
background-color: #533B43;
}
.BgClassName
{
background-color: #533B43;
}
</style>
border-color css
<style>
span { border-color: #533B43; }
span { border-color: rgb(83,59,67); }
td.TdClassName
{
border-color: #533B43;
}
.TagClassName
{
border-color: #533B43;
}
</style>