Shades of Jazz #5E292F
Tints of Jazz #5E292F
RGB
CMYK
RGB Variations
Color information
#5E292F (or 0x5E292F) is known color: Jazz. HEX triplet: 5E, 29 and 2F. RGB value is (94,41,47). Sum of RGB (Red+Green+Blue) = 94+41+47=182 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.65% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 94 - color contains mainly: red. Hex color #5E292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E292F is #A1D6D0. Grayscale: #393939. Windows color (decimal): -10606289 or 3090782. OLE color: 3090782.
HSL color Cylindrical-coordinate representation of color #5E292F: hue angle of 353.21º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E292F is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 41 | 47 | - |
| CMYK | 0 | 0.56 | 0.5 | 0.63 |
| HSL | 353.21º | 0.39% | 0.26% | - |
| HSV(B) | 353.21º | 0.56% | 0.37% | - |
| XYZ | 5.92 | 4.17 | 3.18 | - |
| YUV | 57.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 47 | 0 | 0.56 | 0.5 | 0.63 | 353.21 | 0.39 | 0.26 |
| Hex | 5E | 29 | 2F | 0 | 38 | 32 | 3F | 161 | 27 | 1A |
| Octal | 136 | 51 | 57 | 0 | 70 | 62 | 77 | 541 | 47 | 32 |
| Binary | 1011110 | 101001 | 101111 | 0 | 111000 | 110010 | 111111 | 101100001 | 100111 | 11010 |
Color Harmonies of #5E292F
Complementary color
Monochromatic Colors of #5E292F
Black with #5E292F
Text Example
Text Example
White with #5E292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E292F; }
p { color: rgb(94,41,47); }
H1.HeaderClassName
{
color: #5E292F;
}
.AnyTagClassName
{
color: #5E292F;
}
</style>
background-color css
<style>
a { background-color: #5E292F; }
a { background-color: rgb(94,41,47); }
div.DivClassName
{
background-color: #5E292F;
}
.BgClassName
{
background-color: #5E292F;
}
</style>
border-color css
<style>
span { border-color: #5E292F; }
span { border-color: rgb(94,41,47); }
td.TdClassName
{
border-color: #5E292F;
}
.TagClassName
{
border-color: #5E292F;
}
</style>