Shades of Jon #50393D
Tints of Jon #50393D
RGB
CMYK
RGB Variations
Color information
#50393D (or 0x50393D) is known color: Jon. HEX triplet: 50, 39 and 3D. RGB value is (80,57,61). Sum of RGB (Red+Green+Blue) = 80+57+61=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #50393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50393D is #AFC6C2. Grayscale: #404040. Windows color (decimal): -11519683 or 4012368. OLE color: 4012368.
HSL color Cylindrical-coordinate representation of color #50393D: hue angle of 349.57º 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 #50393D is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 57 | 61 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.69 |
| HSL | 349.57º | 0.17% | 0.27% | - |
| HSV(B) | 349.57º | 0.29% | 0.31% | - |
| XYZ | 5.61 | 4.97 | 5.08 | - |
| YUV | 64.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 61 | 0 | 0.29 | 0.24 | 0.69 | 349.57 | 0.17 | 0.27 |
| Hex | 50 | 39 | 3D | 0 | 1D | 18 | 45 | 15E | 11 | 1B |
| Octal | 120 | 71 | 75 | 0 | 35 | 30 | 105 | 536 | 21 | 33 |
| Binary | 1010000 | 111001 | 111101 | 0 | 11101 | 11000 | 1000101 | 101011110 | 10001 | 11011 |
Color Harmonies of #50393D
Complementary color
Monochromatic Colors of #50393D
Black with #50393D
Text Example
Text Example
White with #50393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50393D; }
p { color: rgb(80,57,61); }
H1.HeaderClassName
{
color: #50393D;
}
.AnyTagClassName
{
color: #50393D;
}
</style>
background-color css
<style>
a { background-color: #50393D; }
a { background-color: rgb(80,57,61); }
div.DivClassName
{
background-color: #50393D;
}
.BgClassName
{
background-color: #50393D;
}
</style>
border-color css
<style>
span { border-color: #50393D; }
span { border-color: rgb(80,57,61); }
td.TdClassName
{
border-color: #50393D;
}
.TagClassName
{
border-color: #50393D;
}
</style>