Shades of Jon #503E3F
Tints of Jon #503E3F
RGB
CMYK
RGB Variations
Color information
#503E3F (or 0x503E3F) is known color: Jon. HEX triplet: 50, 3E and 3F. RGB value is (80,62,63). Sum of RGB (Red+Green+Blue) = 80+62+63=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #503E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E3F is #AFC1C0. Grayscale: #434343. Windows color (decimal): -11518401 or 4144720. OLE color: 4144720.
HSL color Cylindrical-coordinate representation of color #503E3F: hue angle of 356.67º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #503E3F is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 62 | 63 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.69 |
| HSL | 356.67º | 0.13% | 0.28% | - |
| HSV(B) | 356.67º | 0.23% | 0.31% | - |
| XYZ | 5.93 | 5.51 | 5.45 | - |
| YUV | 67.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 63 | 0 | 0.22 | 0.21 | 0.69 | 356.67 | 0.13 | 0.28 |
| Hex | 50 | 3E | 3F | 0 | 16 | 15 | 45 | 165 | D | 1C |
| Octal | 120 | 76 | 77 | 0 | 26 | 25 | 105 | 545 | 15 | 34 |
| Binary | 1010000 | 111110 | 111111 | 0 | 10110 | 10101 | 1000101 | 101100101 | 1101 | 11100 |
Color Harmonies of #503E3F
Complementary color
Monochromatic Colors of #503E3F
Black with #503E3F
Text Example
Text Example
White with #503E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E3F; }
p { color: rgb(80,62,63); }
H1.HeaderClassName
{
color: #503E3F;
}
.AnyTagClassName
{
color: #503E3F;
}
</style>
background-color css
<style>
a { background-color: #503E3F; }
a { background-color: rgb(80,62,63); }
div.DivClassName
{
background-color: #503E3F;
}
.BgClassName
{
background-color: #503E3F;
}
</style>
border-color css
<style>
span { border-color: #503E3F; }
span { border-color: rgb(80,62,63); }
td.TdClassName
{
border-color: #503E3F;
}
.TagClassName
{
border-color: #503E3F;
}
</style>