Shades of Jazz #5E242D
Tints of Jazz #5E242D
RGB
CMYK
RGB Variations
Color information
#5E242D (or 0x5E242D) is known color: Jazz. HEX triplet: 5E, 24 and 2D. RGB value is (94,36,45). Sum of RGB (Red+Green+Blue) = 94+36+45=175 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.71% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 94 - color contains mainly: red. Hex color #5E242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E242D is #A1DBD2. Grayscale: #363636. Windows color (decimal): -10607571 or 2958430. OLE color: 2958430.
HSL color Cylindrical-coordinate representation of color #5E242D: hue angle of 350.69º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E242D is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 36 | 45 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.63 |
| HSL | 350.69º | 0.45% | 0.25% | - |
| HSV(B) | 350.69º | 0.62% | 0.37% | - |
| XYZ | 5.72 | 3.83 | 2.92 | - |
| YUV | 54.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 45 | 0 | 0.62 | 0.52 | 0.63 | 350.69 | 0.45 | 0.25 |
| Hex | 5E | 24 | 2D | 0 | 3E | 34 | 3F | 15F | 2D | 19 |
| Octal | 136 | 44 | 55 | 0 | 76 | 64 | 77 | 537 | 55 | 31 |
| Binary | 1011110 | 100100 | 101101 | 0 | 111110 | 110100 | 111111 | 101011111 | 101101 | 11001 |
Color Harmonies of #5E242D
Complementary color
Monochromatic Colors of #5E242D
Black with #5E242D
Text Example
Text Example
White with #5E242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E242D; }
p { color: rgb(94,36,45); }
H1.HeaderClassName
{
color: #5E242D;
}
.AnyTagClassName
{
color: #5E242D;
}
</style>
background-color css
<style>
a { background-color: #5E242D; }
a { background-color: rgb(94,36,45); }
div.DivClassName
{
background-color: #5E242D;
}
.BgClassName
{
background-color: #5E242D;
}
</style>
border-color css
<style>
span { border-color: #5E242D; }
span { border-color: rgb(94,36,45); }
td.TdClassName
{
border-color: #5E242D;
}
.TagClassName
{
border-color: #5E242D;
}
</style>