Shades of Jon #583A3F
Tints of Jon #583A3F
RGB
CMYK
RGB Variations
Color information
#583A3F (or 0x583A3F) is known color: Jon. HEX triplet: 58, 3A and 3F. RGB value is (88,58,63). Sum of RGB (Red+Green+Blue) = 88+58+63=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #583A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583A3F is #A7C5C0. Grayscale: #434343. Windows color (decimal): -10995137 or 4143704. OLE color: 4143704.
HSL color Cylindrical-coordinate representation of color #583A3F: hue angle of 350º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #583A3F is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 58 | 63 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.65 |
| HSL | 350º | 0.21% | 0.29% | - |
| HSV(B) | 350º | 0.34% | 0.35% | - |
| XYZ | 6.43 | 5.46 | 5.42 | - |
| YUV | 67.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 58 | 63 | 0 | 0.34 | 0.28 | 0.65 | 350 | 0.21 | 0.29 |
| Hex | 58 | 3A | 3F | 0 | 22 | 1C | 41 | 15E | 15 | 1D |
| Octal | 130 | 72 | 77 | 0 | 42 | 34 | 101 | 536 | 25 | 35 |
| Binary | 1011000 | 111010 | 111111 | 0 | 100010 | 11100 | 1000001 | 101011110 | 10101 | 11101 |
Color Harmonies of #583A3F
Complementary color
Monochromatic Colors of #583A3F
Black with #583A3F
Text Example
Text Example
White with #583A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583A3F; }
p { color: rgb(88,58,63); }
H1.HeaderClassName
{
color: #583A3F;
}
.AnyTagClassName
{
color: #583A3F;
}
</style>
background-color css
<style>
a { background-color: #583A3F; }
a { background-color: rgb(88,58,63); }
div.DivClassName
{
background-color: #583A3F;
}
.BgClassName
{
background-color: #583A3F;
}
</style>
border-color css
<style>
span { border-color: #583A3F; }
span { border-color: rgb(88,58,63); }
td.TdClassName
{
border-color: #583A3F;
}
.TagClassName
{
border-color: #583A3F;
}
</style>