Shades of Jon #503D42
Tints of Jon #503D42
RGB
CMYK
RGB Variations
Color information
#503D42 (or 0x503D42) is known color: Jon. HEX triplet: 50, 3D and 42. RGB value is (80,61,66). Sum of RGB (Red+Green+Blue) = 80+61+66=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #503D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D42 is #AFC2BD. Grayscale: #434343. Windows color (decimal): -11518654 or 4341072. OLE color: 4341072.
HSL color Cylindrical-coordinate representation of color #503D42: hue angle of 344.21º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #503D42 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 66 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.69 |
| HSL | 344.21º | 0.13% | 0.28% | - |
| HSV(B) | 344.21º | 0.24% | 0.31% | - |
| XYZ | 5.96 | 5.44 | 5.89 | - |
| YUV | 67.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 66 | 0 | 0.24 | 0.17 | 0.69 | 344.21 | 0.13 | 0.28 |
| Hex | 50 | 3D | 42 | 0 | 18 | 11 | 45 | 158 | D | 1C |
| Octal | 120 | 75 | 102 | 0 | 30 | 21 | 105 | 530 | 15 | 34 |
| Binary | 1010000 | 111101 | 1000010 | 0 | 11000 | 10001 | 1000101 | 101011000 | 1101 | 11100 |
Color Harmonies of #503D42
Complementary color
Monochromatic Colors of #503D42
Black with #503D42
Text Example
Text Example
White with #503D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D42; }
p { color: rgb(80,61,66); }
H1.HeaderClassName
{
color: #503D42;
}
.AnyTagClassName
{
color: #503D42;
}
</style>
background-color css
<style>
a { background-color: #503D42; }
a { background-color: rgb(80,61,66); }
div.DivClassName
{
background-color: #503D42;
}
.BgClassName
{
background-color: #503D42;
}
</style>
border-color css
<style>
span { border-color: #503D42; }
span { border-color: rgb(80,61,66); }
td.TdClassName
{
border-color: #503D42;
}
.TagClassName
{
border-color: #503D42;
}
</style>