Shades of Jon #50393A
Tints of Jon #50393A
RGB
CMYK
RGB Variations
Color information
#50393A (or 0x50393A) is known color: Jon. HEX triplet: 50, 39 and 3A. RGB value is (80,57,58). Sum of RGB (Red+Green+Blue) = 80+57+58=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #50393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50393A is #AFC6C5. Grayscale: #404040. Windows color (decimal): -11519686 or 3815760. OLE color: 3815760.
HSL color Cylindrical-coordinate representation of color #50393A: hue angle of 357.39º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50393A is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 57 | 58 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.69 |
| HSL | 357.39º | 0.17% | 0.27% | - |
| HSV(B) | 357.39º | 0.29% | 0.31% | - |
| XYZ | 5.54 | 4.94 | 4.66 | - |
| YUV | 63.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 58 | 0 | 0.29 | 0.28 | 0.69 | 357.39 | 0.17 | 0.27 |
| Hex | 50 | 39 | 3A | 0 | 1D | 1C | 45 | 165 | 11 | 1B |
| Octal | 120 | 71 | 72 | 0 | 35 | 34 | 105 | 545 | 21 | 33 |
| Binary | 1010000 | 111001 | 111010 | 0 | 11101 | 11100 | 1000101 | 101100101 | 10001 | 11011 |
Color Harmonies of #50393A
Complementary color
Monochromatic Colors of #50393A
Black with #50393A
Text Example
Text Example
White with #50393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50393A; }
p { color: rgb(80,57,58); }
H1.HeaderClassName
{
color: #50393A;
}
.AnyTagClassName
{
color: #50393A;
}
</style>
background-color css
<style>
a { background-color: #50393A; }
a { background-color: rgb(80,57,58); }
div.DivClassName
{
background-color: #50393A;
}
.BgClassName
{
background-color: #50393A;
}
</style>
border-color css
<style>
span { border-color: #50393A; }
span { border-color: rgb(80,57,58); }
td.TdClassName
{
border-color: #50393A;
}
.TagClassName
{
border-color: #50393A;
}
</style>