Shades of Jon #513A3F
Tints of Jon #513A3F
RGB
CMYK
RGB Variations
Color information
#513A3F (or 0x513A3F) is known color: Jon. HEX triplet: 51, 3A and 3F. RGB value is (81,58,63). Sum of RGB (Red+Green+Blue) = 81+58+63=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #513A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A3F is #AEC5C0. Grayscale: #414141. Windows color (decimal): -11453889 or 4143697. OLE color: 4143697.
HSL color Cylindrical-coordinate representation of color #513A3F: hue angle of 346.96º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #513A3F is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 58 | 63 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.68 |
| HSL | 346.96º | 0.17% | 0.27% | - |
| HSV(B) | 346.96º | 0.28% | 0.32% | - |
| XYZ | 5.8 | 5.13 | 5.39 | - |
| YUV | 65.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 63 | 0 | 0.28 | 0.22 | 0.68 | 346.96 | 0.17 | 0.27 |
| Hex | 51 | 3A | 3F | 0 | 1C | 16 | 44 | 15B | 11 | 1B |
| Octal | 121 | 72 | 77 | 0 | 34 | 26 | 104 | 533 | 21 | 33 |
| Binary | 1010001 | 111010 | 111111 | 0 | 11100 | 10110 | 1000100 | 101011011 | 10001 | 11011 |
Color Harmonies of #513A3F
Complementary color
Monochromatic Colors of #513A3F
Black with #513A3F
Text Example
Text Example
White with #513A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A3F; }
p { color: rgb(81,58,63); }
H1.HeaderClassName
{
color: #513A3F;
}
.AnyTagClassName
{
color: #513A3F;
}
</style>
background-color css
<style>
a { background-color: #513A3F; }
a { background-color: rgb(81,58,63); }
div.DivClassName
{
background-color: #513A3F;
}
.BgClassName
{
background-color: #513A3F;
}
</style>
border-color css
<style>
span { border-color: #513A3F; }
span { border-color: rgb(81,58,63); }
td.TdClassName
{
border-color: #513A3F;
}
.TagClassName
{
border-color: #513A3F;
}
</style>