Shades of Jon #513B41
Tints of Jon #513B41
RGB
CMYK
RGB Variations
Color information
#513B41 (or 0x513B41) is known color: Jon. HEX triplet: 51, 3B and 41. RGB value is (81,59,65). Sum of RGB (Red+Green+Blue) = 81+59+65=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #513B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B41 is #AEC4BE. Grayscale: #424242. Windows color (decimal): -11453631 or 4275025. OLE color: 4275025.
HSL color Cylindrical-coordinate representation of color #513B41: hue angle of 343.64º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #513B41 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 59 | 65 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.68 |
| HSL | 343.64º | 0.16% | 0.27% | - |
| HSV(B) | 343.64º | 0.27% | 0.32% | - |
| XYZ | 5.91 | 5.26 | 5.7 | - |
| YUV | 66.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 65 | 0 | 0.27 | 0.20 | 0.68 | 343.64 | 0.16 | 0.27 |
| Hex | 51 | 3B | 41 | 0 | 1B | 14 | 44 | 158 | 10 | 1B |
| Octal | 121 | 73 | 101 | 0 | 33 | 24 | 104 | 530 | 20 | 33 |
| Binary | 1010001 | 111011 | 1000001 | 0 | 11011 | 10100 | 1000100 | 101011000 | 10000 | 11011 |
Color Harmonies of #513B41
Complementary color
Monochromatic Colors of #513B41
Black with #513B41
Text Example
Text Example
White with #513B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B41; }
p { color: rgb(81,59,65); }
H1.HeaderClassName
{
color: #513B41;
}
.AnyTagClassName
{
color: #513B41;
}
</style>
background-color css
<style>
a { background-color: #513B41; }
a { background-color: rgb(81,59,65); }
div.DivClassName
{
background-color: #513B41;
}
.BgClassName
{
background-color: #513B41;
}
</style>
border-color css
<style>
span { border-color: #513B41; }
span { border-color: rgb(81,59,65); }
td.TdClassName
{
border-color: #513B41;
}
.TagClassName
{
border-color: #513B41;
}
</style>