Shades of Jon #503F42
Tints of Jon #503F42
RGB
CMYK
RGB Variations
Color information
#503F42 (or 0x503F42) is known color: Jon. HEX triplet: 50, 3F and 42. RGB value is (80,63,66). Sum of RGB (Red+Green+Blue) = 80+63+66=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 80 - color contains mainly: red. Hex color #503F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F42 is #AFC0BD. Grayscale: #444444. Windows color (decimal): -11518142 or 4341584. OLE color: 4341584.
HSL color Cylindrical-coordinate representation of color #503F42: hue angle of 349.41º 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 #503F42 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 66 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.69 |
| HSL | 349.41º | 0.12% | 0.28% | - |
| HSV(B) | 349.41º | 0.21% | 0.31% | - |
| XYZ | 6.07 | 5.65 | 5.93 | - |
| YUV | 68.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 66 | 0 | 0.21 | 0.17 | 0.69 | 349.41 | 0.12 | 0.28 |
| Hex | 50 | 3F | 42 | 0 | 15 | 11 | 45 | 15D | C | 1C |
| Octal | 120 | 77 | 102 | 0 | 25 | 21 | 105 | 535 | 14 | 34 |
| Binary | 1010000 | 111111 | 1000010 | 0 | 10101 | 10001 | 1000101 | 101011101 | 1100 | 11100 |
Color Harmonies of #503F42
Complementary color
Monochromatic Colors of #503F42
Black with #503F42
Text Example
Text Example
White with #503F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F42; }
p { color: rgb(80,63,66); }
H1.HeaderClassName
{
color: #503F42;
}
.AnyTagClassName
{
color: #503F42;
}
</style>
background-color css
<style>
a { background-color: #503F42; }
a { background-color: rgb(80,63,66); }
div.DivClassName
{
background-color: #503F42;
}
.BgClassName
{
background-color: #503F42;
}
</style>
border-color css
<style>
span { border-color: #503F42; }
span { border-color: rgb(80,63,66); }
td.TdClassName
{
border-color: #503F42;
}
.TagClassName
{
border-color: #503F42;
}
</style>