Shades of Jazz #58282D
Tints of Jazz #58282D
RGB
CMYK
RGB Variations
Color information
#58282D (or 0x58282D) is known color: Jazz. HEX triplet: 58, 28 and 2D. RGB value is (88,40,45). Sum of RGB (Red+Green+Blue) = 88+40+45=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #58282D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58282D is #A7D7D2. Grayscale: #363636. Windows color (decimal): -10999763 or 2959448. OLE color: 2959448.
HSL color Cylindrical-coordinate representation of color #58282D: hue angle of 353.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58282D is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 40 | 45 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.65 |
| HSL | 353.75º | 0.38% | 0.25% | - |
| HSV(B) | 353.75º | 0.55% | 0.35% | - |
| XYZ | 5.26 | 3.78 | 2.94 | - |
| YUV | 54.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 45 | 0 | 0.55 | 0.49 | 0.65 | 353.75 | 0.38 | 0.25 |
| Hex | 58 | 28 | 2D | 0 | 37 | 31 | 41 | 162 | 26 | 19 |
| Octal | 130 | 50 | 55 | 0 | 67 | 61 | 101 | 542 | 46 | 31 |
| Binary | 1011000 | 101000 | 101101 | 0 | 110111 | 110001 | 1000001 | 101100010 | 100110 | 11001 |
Color Harmonies of #58282D
Complementary color
Monochromatic Colors of #58282D
Black with #58282D
Text Example
Text Example
White with #58282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58282D; }
p { color: rgb(88,40,45); }
H1.HeaderClassName
{
color: #58282D;
}
.AnyTagClassName
{
color: #58282D;
}
</style>
background-color css
<style>
a { background-color: #58282D; }
a { background-color: rgb(88,40,45); }
div.DivClassName
{
background-color: #58282D;
}
.BgClassName
{
background-color: #58282D;
}
</style>
border-color css
<style>
span { border-color: #58282D; }
span { border-color: rgb(88,40,45); }
td.TdClassName
{
border-color: #58282D;
}
.TagClassName
{
border-color: #58282D;
}
</style>