Shades of Jon #51393D
Tints of Jon #51393D
RGB
CMYK
RGB Variations
Color information
#51393D (or 0x51393D) is known color: Jon. HEX triplet: 51, 39 and 3D. RGB value is (81,57,61). Sum of RGB (Red+Green+Blue) = 81+57+61=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #51393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51393D is #AEC6C2. Grayscale: #404040. Windows color (decimal): -11454147 or 4012369. OLE color: 4012369.
HSL color Cylindrical-coordinate representation of color #51393D: hue angle of 350º 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 #51393D is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 57 | 61 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.68 |
| HSL | 350º | 0.17% | 0.27% | - |
| HSV(B) | 350º | 0.3% | 0.32% | - |
| XYZ | 5.7 | 5.01 | 5.08 | - |
| YUV | 64.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 57 | 61 | 0 | 0.30 | 0.25 | 0.68 | 350 | 0.17 | 0.27 |
| Hex | 51 | 39 | 3D | 0 | 1E | 19 | 44 | 15E | 11 | 1B |
| Octal | 121 | 71 | 75 | 0 | 36 | 31 | 104 | 536 | 21 | 33 |
| Binary | 1010001 | 111001 | 111101 | 0 | 11110 | 11001 | 1000100 | 101011110 | 10001 | 11011 |
Color Harmonies of #51393D
Complementary color
Monochromatic Colors of #51393D
Black with #51393D
Text Example
Text Example
White with #51393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51393D; }
p { color: rgb(81,57,61); }
H1.HeaderClassName
{
color: #51393D;
}
.AnyTagClassName
{
color: #51393D;
}
</style>
background-color css
<style>
a { background-color: #51393D; }
a { background-color: rgb(81,57,61); }
div.DivClassName
{
background-color: #51393D;
}
.BgClassName
{
background-color: #51393D;
}
</style>
border-color css
<style>
span { border-color: #51393D; }
span { border-color: rgb(81,57,61); }
td.TdClassName
{
border-color: #51393D;
}
.TagClassName
{
border-color: #51393D;
}
</style>