Shades of Jon #51393E
Tints of Jon #51393E
RGB
CMYK
RGB Variations
Color information
#51393E (or 0x51393E) is known color: Jon. HEX triplet: 51, 39 and 3E. RGB value is (81,57,62). Sum of RGB (Red+Green+Blue) = 81+57+62=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 81 - color contains mainly: red. Hex color #51393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51393E is #AEC6C1. Grayscale: #404040. Windows color (decimal): -11454146 or 4077905. OLE color: 4077905.
HSL color Cylindrical-coordinate representation of color #51393E: hue angle of 347.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51393E is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 57 | 62 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.68 |
| HSL | 347.5º | 0.17% | 0.27% | - |
| HSV(B) | 347.5º | 0.3% | 0.32% | - |
| XYZ | 5.73 | 5.02 | 5.23 | - |
| YUV | 64.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 57 | 62 | 0 | 0.30 | 0.23 | 0.68 | 347.5 | 0.17 | 0.27 |
| Hex | 51 | 39 | 3E | 0 | 1E | 17 | 44 | 15C | 11 | 1B |
| Octal | 121 | 71 | 76 | 0 | 36 | 27 | 104 | 534 | 21 | 33 |
| Binary | 1010001 | 111001 | 111110 | 0 | 11110 | 10111 | 1000100 | 101011100 | 10001 | 11011 |
Color Harmonies of #51393E
Complementary color
Monochromatic Colors of #51393E
Black with #51393E
Text Example
Text Example
White with #51393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51393E; }
p { color: rgb(81,57,62); }
H1.HeaderClassName
{
color: #51393E;
}
.AnyTagClassName
{
color: #51393E;
}
</style>
background-color css
<style>
a { background-color: #51393E; }
a { background-color: rgb(81,57,62); }
div.DivClassName
{
background-color: #51393E;
}
.BgClassName
{
background-color: #51393E;
}
</style>
border-color css
<style>
span { border-color: #51393E; }
span { border-color: rgb(81,57,62); }
td.TdClassName
{
border-color: #51393E;
}
.TagClassName
{
border-color: #51393E;
}
</style>