Shades of Jazz #5E242F
Tints of Jazz #5E242F
RGB
CMYK
RGB Variations
Color information
#5E242F (or 0x5E242F) is known color: Jazz. HEX triplet: 5E, 24 and 2F. RGB value is (94,36,47). Sum of RGB (Red+Green+Blue) = 94+36+47=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E242F is #A1DBD0. Grayscale: #363636. Windows color (decimal): -10607569 or 3089502. OLE color: 3089502.
HSL color Cylindrical-coordinate representation of color #5E242F: hue angle of 348.62º 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 #5E242F is Cyan = 0, Magento = 0.62, Yellow = 0.5 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 36 | 47 | - |
| CMYK | 0 | 0.62 | 0.5 | 0.63 |
| HSL | 348.62º | 0.45% | 0.25% | - |
| HSV(B) | 348.62º | 0.62% | 0.37% | - |
| XYZ | 5.76 | 3.85 | 3.13 | - |
| YUV | 54.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 47 | 0 | 0.62 | 0.5 | 0.63 | 348.62 | 0.45 | 0.25 |
| Hex | 5E | 24 | 2F | 0 | 3E | 32 | 3F | 15D | 2D | 19 |
| Octal | 136 | 44 | 57 | 0 | 76 | 62 | 77 | 535 | 55 | 31 |
| Binary | 1011110 | 100100 | 101111 | 0 | 111110 | 110010 | 111111 | 101011101 | 101101 | 11001 |
Color Harmonies of #5E242F
Complementary color
Monochromatic Colors of #5E242F
Black with #5E242F
Text Example
Text Example
White with #5E242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E242F; }
p { color: rgb(94,36,47); }
H1.HeaderClassName
{
color: #5E242F;
}
.AnyTagClassName
{
color: #5E242F;
}
</style>
background-color css
<style>
a { background-color: #5E242F; }
a { background-color: rgb(94,36,47); }
div.DivClassName
{
background-color: #5E242F;
}
.BgClassName
{
background-color: #5E242F;
}
</style>
border-color css
<style>
span { border-color: #5E242F; }
span { border-color: rgb(94,36,47); }
td.TdClassName
{
border-color: #5E242F;
}
.TagClassName
{
border-color: #5E242F;
}
</style>