Shades of Jazz #5E2F31
Tints of Jazz #5E2F31
RGB
CMYK
RGB Variations
Color information
#5E2F31 (or 0x5E2F31) is known color: Jazz. HEX triplet: 5E, 2F and 31. RGB value is (94,47,49). Sum of RGB (Red+Green+Blue) = 94+47+49=190 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.47% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2F31 is #A1D0CE. Grayscale: #3D3D3D. Windows color (decimal): -10604751 or 3223390. OLE color: 3223390.
HSL color Cylindrical-coordinate representation of color #5E2F31: hue angle of 357.45º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E2F31 is Cyan = 0, Magento = 0.5, Yellow = 0.48 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 47 | 49 | - |
| CMYK | 0 | 0.5 | 0.48 | 0.63 |
| HSL | 357.45º | 0.33% | 0.28% | - |
| HSV(B) | 357.45º | 0.5% | 0.37% | - |
| XYZ | 6.19 | 4.63 | 3.47 | - |
| YUV | 61.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 47 | 49 | 0 | 0.5 | 0.48 | 0.63 | 357.45 | 0.33 | 0.28 |
| Hex | 5E | 2F | 31 | 0 | 32 | 30 | 3F | 165 | 21 | 1C |
| Octal | 136 | 57 | 61 | 0 | 62 | 60 | 77 | 545 | 41 | 34 |
| Binary | 1011110 | 101111 | 110001 | 0 | 110010 | 110000 | 111111 | 101100101 | 100001 | 11100 |
Color Harmonies of #5E2F31
Complementary color
Monochromatic Colors of #5E2F31
Black with #5E2F31
Text Example
Text Example
White with #5E2F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2F31; }
p { color: rgb(94,47,49); }
H1.HeaderClassName
{
color: #5E2F31;
}
.AnyTagClassName
{
color: #5E2F31;
}
</style>
background-color css
<style>
a { background-color: #5E2F31; }
a { background-color: rgb(94,47,49); }
div.DivClassName
{
background-color: #5E2F31;
}
.BgClassName
{
background-color: #5E2F31;
}
</style>
border-color css
<style>
span { border-color: #5E2F31; }
span { border-color: rgb(94,47,49); }
td.TdClassName
{
border-color: #5E2F31;
}
.TagClassName
{
border-color: #5E2F31;
}
</style>