Shades of Jazz #5F292D
Tints of Jazz #5F292D
RGB
CMYK
RGB Variations
Color information
#5F292D (or 0x5F292D) is known color: Jazz. HEX triplet: 5F, 29 and 2D. RGB value is (95,41,45). Sum of RGB (Red+Green+Blue) = 95+41+45=181 (23% of max value = 765). Red value is 95 (37.5% from 255 or 52.49% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 95 - color contains mainly: red. Hex color #5F292D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F292D is #A0D6D2. Grayscale: #393939. Windows color (decimal): -10540755 or 2959711. OLE color: 2959711.
HSL color Cylindrical-coordinate representation of color #5F292D: hue angle of 355.56º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F292D is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 41 | 45 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.63 |
| HSL | 355.56º | 0.4% | 0.27% | - |
| HSV(B) | 355.56º | 0.57% | 0.37% | - |
| XYZ | 5.99 | 4.21 | 2.98 | - |
| YUV | 57.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 41 | 45 | 0 | 0.57 | 0.53 | 0.63 | 355.56 | 0.4 | 0.27 |
| Hex | 5F | 29 | 2D | 0 | 39 | 35 | 3F | 164 | 28 | 1B |
| Octal | 137 | 51 | 55 | 0 | 71 | 65 | 77 | 544 | 50 | 33 |
| Binary | 1011111 | 101001 | 101101 | 0 | 111001 | 110101 | 111111 | 101100100 | 101000 | 11011 |
Color Harmonies of #5F292D
Complementary color
Monochromatic Colors of #5F292D
Black with #5F292D
Text Example
Text Example
White with #5F292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F292D; }
p { color: rgb(95,41,45); }
H1.HeaderClassName
{
color: #5F292D;
}
.AnyTagClassName
{
color: #5F292D;
}
</style>
background-color css
<style>
a { background-color: #5F292D; }
a { background-color: rgb(95,41,45); }
div.DivClassName
{
background-color: #5F292D;
}
.BgClassName
{
background-color: #5F292D;
}
</style>
border-color css
<style>
span { border-color: #5F292D; }
span { border-color: rgb(95,41,45); }
td.TdClassName
{
border-color: #5F292D;
}
.TagClassName
{
border-color: #5F292D;
}
</style>