Shades of Jazz #58292B
Tints of Jazz #58292B
RGB
CMYK
RGB Variations
Color information
#58292B (or 0x58292B) is known color: Jazz. HEX triplet: 58, 29 and 2B. RGB value is (88,41,43). Sum of RGB (Red+Green+Blue) = 88+41+43=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58292B is #A7D6D4. Grayscale: #373737. Windows color (decimal): -10999509 or 2828632. OLE color: 2828632.
HSL color Cylindrical-coordinate representation of color #58292B: hue angle of 357.45º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58292B is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 41 | 43 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.65 |
| HSL | 357.45º | 0.36% | 0.25% | - |
| HSV(B) | 357.45º | 0.53% | 0.35% | - |
| XYZ | 5.25 | 3.84 | 2.75 | - |
| YUV | 55.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 43 | 0 | 0.53 | 0.51 | 0.65 | 357.45 | 0.36 | 0.25 |
| Hex | 58 | 29 | 2B | 0 | 35 | 33 | 41 | 165 | 24 | 19 |
| Octal | 130 | 51 | 53 | 0 | 65 | 63 | 101 | 545 | 44 | 31 |
| Binary | 1011000 | 101001 | 101011 | 0 | 110101 | 110011 | 1000001 | 101100101 | 100100 | 11001 |
Color Harmonies of #58292B
Complementary color
Monochromatic Colors of #58292B
Black with #58292B
Text Example
Text Example
White with #58292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58292B; }
p { color: rgb(88,41,43); }
H1.HeaderClassName
{
color: #58292B;
}
.AnyTagClassName
{
color: #58292B;
}
</style>
background-color css
<style>
a { background-color: #58292B; }
a { background-color: rgb(88,41,43); }
div.DivClassName
{
background-color: #58292B;
}
.BgClassName
{
background-color: #58292B;
}
</style>
border-color css
<style>
span { border-color: #58292B; }
span { border-color: rgb(88,41,43); }
td.TdClassName
{
border-color: #58292B;
}
.TagClassName
{
border-color: #58292B;
}
</style>