Shades of Jazz #5F292E
Tints of Jazz #5F292E
RGB
CMYK
RGB Variations
Color information
#5F292E (or 0x5F292E) is known color: Jazz. HEX triplet: 5F, 29 and 2E. RGB value is (95,41,46). Sum of RGB (Red+Green+Blue) = 95+41+46=182 (24% of max value = 765). Red value is 95 (37.5% from 255 or 52.20% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 95 - color contains mainly: red. Hex color #5F292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F292E is #A0D6D1. Grayscale: #393939. Windows color (decimal): -10540754 or 3025247. OLE color: 3025247.
HSL color Cylindrical-coordinate representation of color #5F292E: hue angle of 354.44º 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 #5F292E is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 41 | 46 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.63 |
| HSL | 354.44º | 0.4% | 0.27% | - |
| HSV(B) | 354.44º | 0.57% | 0.37% | - |
| XYZ | 6.01 | 4.22 | 3.08 | - |
| YUV | 57.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 41 | 46 | 0 | 0.57 | 0.52 | 0.63 | 354.44 | 0.4 | 0.27 |
| Hex | 5F | 29 | 2E | 0 | 39 | 34 | 3F | 162 | 28 | 1B |
| Octal | 137 | 51 | 56 | 0 | 71 | 64 | 77 | 542 | 50 | 33 |
| Binary | 1011111 | 101001 | 101110 | 0 | 111001 | 110100 | 111111 | 101100010 | 101000 | 11011 |
Color Harmonies of #5F292E
Complementary color
Monochromatic Colors of #5F292E
Black with #5F292E
Text Example
Text Example
White with #5F292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F292E; }
p { color: rgb(95,41,46); }
H1.HeaderClassName
{
color: #5F292E;
}
.AnyTagClassName
{
color: #5F292E;
}
</style>
background-color css
<style>
a { background-color: #5F292E; }
a { background-color: rgb(95,41,46); }
div.DivClassName
{
background-color: #5F292E;
}
.BgClassName
{
background-color: #5F292E;
}
</style>
border-color css
<style>
span { border-color: #5F292E; }
span { border-color: rgb(95,41,46); }
td.TdClassName
{
border-color: #5F292E;
}
.TagClassName
{
border-color: #5F292E;
}
</style>