Shades of Jon #51373B
Tints of Jon #51373B
RGB
CMYK
RGB Variations
Color information
#51373B (or 0x51373B) is known color: Jon. HEX triplet: 51, 37 and 3B. RGB value is (81,55,59). Sum of RGB (Red+Green+Blue) = 81+55+59=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #51373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51373B is #AEC8C4. Grayscale: #3F3F3F. Windows color (decimal): -11454661 or 3880785. OLE color: 3880785.
HSL color Cylindrical-coordinate representation of color #51373B: hue angle of 350.77º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #51373B is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 55 | 59 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.68 |
| HSL | 350.77º | 0.19% | 0.27% | - |
| HSV(B) | 350.77º | 0.32% | 0.32% | - |
| XYZ | 5.55 | 4.8 | 4.77 | - |
| YUV | 63.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 55 | 59 | 0 | 0.32 | 0.27 | 0.68 | 350.77 | 0.19 | 0.27 |
| Hex | 51 | 37 | 3B | 0 | 20 | 1B | 44 | 15F | 13 | 1B |
| Octal | 121 | 67 | 73 | 0 | 40 | 33 | 104 | 537 | 23 | 33 |
| Binary | 1010001 | 110111 | 111011 | 0 | 100000 | 11011 | 1000100 | 101011111 | 10011 | 11011 |
Color Harmonies of #51373B
Complementary color
Monochromatic Colors of #51373B
Black with #51373B
Text Example
Text Example
White with #51373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51373B; }
p { color: rgb(81,55,59); }
H1.HeaderClassName
{
color: #51373B;
}
.AnyTagClassName
{
color: #51373B;
}
</style>
background-color css
<style>
a { background-color: #51373B; }
a { background-color: rgb(81,55,59); }
div.DivClassName
{
background-color: #51373B;
}
.BgClassName
{
background-color: #51373B;
}
</style>
border-color css
<style>
span { border-color: #51373B; }
span { border-color: rgb(81,55,59); }
td.TdClassName
{
border-color: #51373B;
}
.TagClassName
{
border-color: #51373B;
}
</style>