Shades of Tawny Port #653A42
Tints of Tawny Port #653A42
RGB
CMYK
RGB Variations
Color information
#653A42 (or 0x653A42) is known color: Tawny Port. HEX triplet: 65, 3A and 42. RGB value is (101,58,66). Sum of RGB (Red+Green+Blue) = 101+58+66=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 101 - color contains mainly: red. Hex color #653A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653A42 is #9AC5BD. Grayscale: #474747. Windows color (decimal): -10143166 or 4340325. OLE color: 4340325.
HSL color Cylindrical-coordinate representation of color #653A42: hue angle of 348.84º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #653A42 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 58 | 66 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.60 |
| HSL | 348.84º | 0.27% | 0.31% | - |
| HSV(B) | 348.84º | 0.43% | 0.4% | - |
| XYZ | 7.86 | 6.19 | 5.93 | - |
| YUV | 71.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 66 | 0 | 0.43 | 0.35 | 0.60 | 348.84 | 0.27 | 0.31 |
| Hex | 65 | 3A | 42 | 0 | 2B | 23 | 3C | 15D | 1B | 1F |
| Octal | 145 | 72 | 102 | 0 | 53 | 43 | 74 | 535 | 33 | 37 |
| Binary | 1100101 | 111010 | 1000010 | 0 | 101011 | 100011 | 111100 | 101011101 | 11011 | 11111 |
Color Harmonies of #653A42
Complementary color
Monochromatic Colors of #653A42
Black with #653A42
Text Example
Text Example
White with #653A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A42; }
p { color: rgb(101,58,66); }
H1.HeaderClassName
{
color: #653A42;
}
.AnyTagClassName
{
color: #653A42;
}
</style>
background-color css
<style>
a { background-color: #653A42; }
a { background-color: rgb(101,58,66); }
div.DivClassName
{
background-color: #653A42;
}
.BgClassName
{
background-color: #653A42;
}
</style>
border-color css
<style>
span { border-color: #653A42; }
span { border-color: rgb(101,58,66); }
td.TdClassName
{
border-color: #653A42;
}
.TagClassName
{
border-color: #653A42;
}
</style>