Shades of Tawny Port #523A42
Tints of Tawny Port #523A42
RGB
CMYK
RGB Variations
Color information
#523A42 (or 0x523A42) is known color: Tawny Port. HEX triplet: 52, 3A and 42. RGB value is (82,58,66). Sum of RGB (Red+Green+Blue) = 82+58+66=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 82 - color contains mainly: red. Hex color #523A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A42 is #ADC5BD. Grayscale: #424242. Windows color (decimal): -11388350 or 4340306. OLE color: 4340306.
HSL color Cylindrical-coordinate representation of color #523A42: hue angle of 340º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #523A42 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 58 | 66 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.68 |
| HSL | 340º | 0.17% | 0.27% | - |
| HSV(B) | 340º | 0.29% | 0.32% | - |
| XYZ | 5.98 | 5.21 | 5.85 | - |
| YUV | 66.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 66 | 0 | 0.29 | 0.20 | 0.68 | 340 | 0.17 | 0.27 |
| Hex | 52 | 3A | 42 | 0 | 1D | 14 | 44 | 154 | 11 | 1B |
| Octal | 122 | 72 | 102 | 0 | 35 | 24 | 104 | 524 | 21 | 33 |
| Binary | 1010010 | 111010 | 1000010 | 0 | 11101 | 10100 | 1000100 | 101010100 | 10001 | 11011 |
Color Harmonies of #523A42
Complementary color
Monochromatic Colors of #523A42
Black with #523A42
Text Example
Text Example
White with #523A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A42; }
p { color: rgb(82,58,66); }
H1.HeaderClassName
{
color: #523A42;
}
.AnyTagClassName
{
color: #523A42;
}
</style>
background-color css
<style>
a { background-color: #523A42; }
a { background-color: rgb(82,58,66); }
div.DivClassName
{
background-color: #523A42;
}
.BgClassName
{
background-color: #523A42;
}
</style>
border-color css
<style>
span { border-color: #523A42; }
span { border-color: rgb(82,58,66); }
td.TdClassName
{
border-color: #523A42;
}
.TagClassName
{
border-color: #523A42;
}
</style>