Shades of Jazz #5B292A
Tints of Jazz #5B292A
RGB
CMYK
RGB Variations
Color information
#5B292A (or 0x5B292A) is known color: Jazz. HEX triplet: 5B, 29 and 2A. RGB value is (91,41,42). Sum of RGB (Red+Green+Blue) = 91+41+42=174 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52.30% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 91 - color contains mainly: red. Hex color #5B292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B292A is #A4D6D5. Grayscale: #383838. Windows color (decimal): -10802902 or 2763099. OLE color: 2763099.
HSL color Cylindrical-coordinate representation of color #5B292A: hue angle of 358.8º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B292A is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 41 | 42 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.64 |
| HSL | 358.8º | 0.38% | 0.26% | - |
| HSV(B) | 358.8º | 0.55% | 0.36% | - |
| XYZ | 5.53 | 3.98 | 2.67 | - |
| YUV | 56.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 42 | 0 | 0.55 | 0.54 | 0.64 | 358.8 | 0.38 | 0.26 |
| Hex | 5B | 29 | 2A | 0 | 37 | 36 | 40 | 167 | 26 | 1A |
| Octal | 133 | 51 | 52 | 0 | 67 | 66 | 100 | 547 | 46 | 32 |
| Binary | 1011011 | 101001 | 101010 | 0 | 110111 | 110110 | 1000000 | 101100111 | 100110 | 11010 |
Color Harmonies of #5B292A
Complementary color
Monochromatic Colors of #5B292A
Black with #5B292A
Text Example
Text Example
White with #5B292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B292A; }
p { color: rgb(91,41,42); }
H1.HeaderClassName
{
color: #5B292A;
}
.AnyTagClassName
{
color: #5B292A;
}
</style>
background-color css
<style>
a { background-color: #5B292A; }
a { background-color: rgb(91,41,42); }
div.DivClassName
{
background-color: #5B292A;
}
.BgClassName
{
background-color: #5B292A;
}
</style>
border-color css
<style>
span { border-color: #5B292A; }
span { border-color: rgb(91,41,42); }
td.TdClassName
{
border-color: #5B292A;
}
.TagClassName
{
border-color: #5B292A;
}
</style>