Shades of Jon #503A3F
Tints of Jon #503A3F
RGB
CMYK
RGB Variations
Color information
#503A3F (or 0x503A3F) is known color: Jon. HEX triplet: 50, 3A and 3F. RGB value is (80,58,63). Sum of RGB (Red+Green+Blue) = 80+58+63=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 80 - color contains mainly: red. Hex color #503A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A3F is #AFC5C0. Grayscale: #414141. Windows color (decimal): -11519425 or 4143696. OLE color: 4143696.
HSL color Cylindrical-coordinate representation of color #503A3F: hue angle of 346.36º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #503A3F is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 63 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.69 |
| HSL | 346.36º | 0.16% | 0.27% | - |
| HSV(B) | 346.36º | 0.28% | 0.31% | - |
| XYZ | 5.72 | 5.09 | 5.38 | - |
| YUV | 65.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 63 | 0 | 0.28 | 0.21 | 0.69 | 346.36 | 0.16 | 0.27 |
| Hex | 50 | 3A | 3F | 0 | 1C | 15 | 45 | 15A | 10 | 1B |
| Octal | 120 | 72 | 77 | 0 | 34 | 25 | 105 | 532 | 20 | 33 |
| Binary | 1010000 | 111010 | 111111 | 0 | 11100 | 10101 | 1000101 | 101011010 | 10000 | 11011 |
Color Harmonies of #503A3F
Complementary color
Monochromatic Colors of #503A3F
Black with #503A3F
Text Example
Text Example
White with #503A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A3F; }
p { color: rgb(80,58,63); }
H1.HeaderClassName
{
color: #503A3F;
}
.AnyTagClassName
{
color: #503A3F;
}
</style>
background-color css
<style>
a { background-color: #503A3F; }
a { background-color: rgb(80,58,63); }
div.DivClassName
{
background-color: #503A3F;
}
.BgClassName
{
background-color: #503A3F;
}
</style>
border-color css
<style>
span { border-color: #503A3F; }
span { border-color: rgb(80,58,63); }
td.TdClassName
{
border-color: #503A3F;
}
.TagClassName
{
border-color: #503A3F;
}
</style>