Shades of Jon #583C3F
Tints of Jon #583C3F
RGB
CMYK
RGB Variations
Color information
#583C3F (or 0x583C3F) is known color: Jon. HEX triplet: 58, 3C and 3F. RGB value is (88,60,63). Sum of RGB (Red+Green+Blue) = 88+60+63=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #583C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583C3F is #A7C3C0. Grayscale: #444444. Windows color (decimal): -10994625 or 4144216. OLE color: 4144216.
HSL color Cylindrical-coordinate representation of color #583C3F: hue angle of 353.57º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #583C3F is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 60 | 63 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.65 |
| HSL | 353.57º | 0.19% | 0.29% | - |
| HSV(B) | 353.57º | 0.32% | 0.35% | - |
| XYZ | 6.54 | 5.67 | 5.45 | - |
| YUV | 68.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 63 | 0 | 0.32 | 0.28 | 0.65 | 353.57 | 0.19 | 0.29 |
| Hex | 58 | 3C | 3F | 0 | 20 | 1C | 41 | 162 | 13 | 1D |
| Octal | 130 | 74 | 77 | 0 | 40 | 34 | 101 | 542 | 23 | 35 |
| Binary | 1011000 | 111100 | 111111 | 0 | 100000 | 11100 | 1000001 | 101100010 | 10011 | 11101 |
Color Harmonies of #583C3F
Complementary color
Monochromatic Colors of #583C3F
Black with #583C3F
Text Example
Text Example
White with #583C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583C3F; }
p { color: rgb(88,60,63); }
H1.HeaderClassName
{
color: #583C3F;
}
.AnyTagClassName
{
color: #583C3F;
}
</style>
background-color css
<style>
a { background-color: #583C3F; }
a { background-color: rgb(88,60,63); }
div.DivClassName
{
background-color: #583C3F;
}
.BgClassName
{
background-color: #583C3F;
}
</style>
border-color css
<style>
span { border-color: #583C3F; }
span { border-color: rgb(88,60,63); }
td.TdClassName
{
border-color: #583C3F;
}
.TagClassName
{
border-color: #583C3F;
}
</style>