Shades of Tawny Port #523B43
Tints of Tawny Port #523B43
RGB
CMYK
RGB Variations
Color information
#523B43 (or 0x523B43) is known color: Tawny Port. HEX triplet: 52, 3B and 43. RGB value is (82,59,67). Sum of RGB (Red+Green+Blue) = 82+59+67=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 82 - color contains mainly: red. Hex color #523B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B43 is #ADC4BC. Grayscale: #424242. Windows color (decimal): -11388093 or 4406098. OLE color: 4406098.
HSL color Cylindrical-coordinate representation of color #523B43: hue angle of 339.13º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #523B43 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 67 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.68 |
| HSL | 339.13º | 0.16% | 0.28% | - |
| HSV(B) | 339.13º | 0.28% | 0.32% | - |
| XYZ | 6.06 | 5.33 | 6.02 | - |
| YUV | 66.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 67 | 0 | 0.28 | 0.18 | 0.68 | 339.13 | 0.16 | 0.28 |
| Hex | 52 | 3B | 43 | 0 | 1C | 12 | 44 | 153 | 10 | 1C |
| Octal | 122 | 73 | 103 | 0 | 34 | 22 | 104 | 523 | 20 | 34 |
| Binary | 1010010 | 111011 | 1000011 | 0 | 11100 | 10010 | 1000100 | 101010011 | 10000 | 11100 |
Color Harmonies of #523B43
Complementary color
Monochromatic Colors of #523B43
Black with #523B43
Text Example
Text Example
White with #523B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B43; }
p { color: rgb(82,59,67); }
H1.HeaderClassName
{
color: #523B43;
}
.AnyTagClassName
{
color: #523B43;
}
</style>
background-color css
<style>
a { background-color: #523B43; }
a { background-color: rgb(82,59,67); }
div.DivClassName
{
background-color: #523B43;
}
.BgClassName
{
background-color: #523B43;
}
</style>
border-color css
<style>
span { border-color: #523B43; }
span { border-color: rgb(82,59,67); }
td.TdClassName
{
border-color: #523B43;
}
.TagClassName
{
border-color: #523B43;
}
</style>