Shades of Jon #503F41
Tints of Jon #503F41
RGB
CMYK
RGB Variations
Color information
#503F41 (or 0x503F41) is known color: Jon. HEX triplet: 50, 3F and 41. RGB value is (80,63,65). Sum of RGB (Red+Green+Blue) = 80+63+65=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 80 - color contains mainly: red. Hex color #503F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F41 is #AFC0BE. Grayscale: #444444. Windows color (decimal): -11518143 or 4276048. OLE color: 4276048.
HSL color Cylindrical-coordinate representation of color #503F41: hue angle of 352.94º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #503F41 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 65 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.69 |
| HSL | 352.94º | 0.12% | 0.28% | - |
| HSV(B) | 352.94º | 0.21% | 0.31% | - |
| XYZ | 6.04 | 5.64 | 5.77 | - |
| YUV | 68.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 65 | 0 | 0.21 | 0.19 | 0.69 | 352.94 | 0.12 | 0.28 |
| Hex | 50 | 3F | 41 | 0 | 15 | 13 | 45 | 161 | C | 1C |
| Octal | 120 | 77 | 101 | 0 | 25 | 23 | 105 | 541 | 14 | 34 |
| Binary | 1010000 | 111111 | 1000001 | 0 | 10101 | 10011 | 1000101 | 101100001 | 1100 | 11100 |
Color Harmonies of #503F41
Complementary color
Monochromatic Colors of #503F41
Black with #503F41
Text Example
Text Example
White with #503F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F41; }
p { color: rgb(80,63,65); }
H1.HeaderClassName
{
color: #503F41;
}
.AnyTagClassName
{
color: #503F41;
}
</style>
background-color css
<style>
a { background-color: #503F41; }
a { background-color: rgb(80,63,65); }
div.DivClassName
{
background-color: #503F41;
}
.BgClassName
{
background-color: #503F41;
}
</style>
border-color css
<style>
span { border-color: #503F41; }
span { border-color: rgb(80,63,65); }
td.TdClassName
{
border-color: #503F41;
}
.TagClassName
{
border-color: #503F41;
}
</style>