Shades of Jazz #5B272D
Tints of Jazz #5B272D
RGB
CMYK
RGB Variations
Color information
#5B272D (or 0x5B272D) is known color: Jazz. HEX triplet: 5B, 27 and 2D. RGB value is (91,39,45). Sum of RGB (Red+Green+Blue) = 91+39+45=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B272D is #A4D8D2. Grayscale: #373737. Windows color (decimal): -10803411 or 2959195. OLE color: 2959195.
HSL color Cylindrical-coordinate representation of color #5B272D: hue angle of 353.08º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B272D is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 39 | 45 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.64 |
| HSL | 353.08º | 0.4% | 0.25% | - |
| HSV(B) | 353.08º | 0.57% | 0.36% | - |
| XYZ | 5.51 | 3.86 | 2.94 | - |
| YUV | 55.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 39 | 45 | 0 | 0.57 | 0.51 | 0.64 | 353.08 | 0.4 | 0.25 |
| Hex | 5B | 27 | 2D | 0 | 39 | 33 | 40 | 161 | 28 | 19 |
| Octal | 133 | 47 | 55 | 0 | 71 | 63 | 100 | 541 | 50 | 31 |
| Binary | 1011011 | 100111 | 101101 | 0 | 111001 | 110011 | 1000000 | 101100001 | 101000 | 11001 |
Color Harmonies of #5B272D
Complementary color
Monochromatic Colors of #5B272D
Black with #5B272D
Text Example
Text Example
White with #5B272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B272D; }
p { color: rgb(91,39,45); }
H1.HeaderClassName
{
color: #5B272D;
}
.AnyTagClassName
{
color: #5B272D;
}
</style>
background-color css
<style>
a { background-color: #5B272D; }
a { background-color: rgb(91,39,45); }
div.DivClassName
{
background-color: #5B272D;
}
.BgClassName
{
background-color: #5B272D;
}
</style>
border-color css
<style>
span { border-color: #5B272D; }
span { border-color: rgb(91,39,45); }
td.TdClassName
{
border-color: #5B272D;
}
.TagClassName
{
border-color: #5B272D;
}
</style>