Shades of Jazz #5B272F
Tints of Jazz #5B272F
RGB
CMYK
RGB Variations
Color information
#5B272F (or 0x5B272F) is known color: Jazz. HEX triplet: 5B, 27 and 2F. RGB value is (91,39,47). Sum of RGB (Red+Green+Blue) = 91+39+47=177 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.41% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 91 - color contains mainly: red. Hex color #5B272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B272F is #A4D8D0. Grayscale: #373737. Windows color (decimal): -10803409 or 3090267. OLE color: 3090267.
HSL color Cylindrical-coordinate representation of color #5B272F: hue angle of 350.77º 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 #5B272F is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 39 | 47 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.64 |
| HSL | 350.77º | 0.4% | 0.25% | - |
| HSV(B) | 350.77º | 0.57% | 0.36% | - |
| XYZ | 5.55 | 3.88 | 3.15 | - |
| YUV | 55.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 39 | 47 | 0 | 0.57 | 0.48 | 0.64 | 350.77 | 0.4 | 0.25 |
| Hex | 5B | 27 | 2F | 0 | 39 | 30 | 40 | 15F | 28 | 19 |
| Octal | 133 | 47 | 57 | 0 | 71 | 60 | 100 | 537 | 50 | 31 |
| Binary | 1011011 | 100111 | 101111 | 0 | 111001 | 110000 | 1000000 | 101011111 | 101000 | 11001 |
Color Harmonies of #5B272F
Complementary color
Monochromatic Colors of #5B272F
Black with #5B272F
Text Example
Text Example
White with #5B272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B272F; }
p { color: rgb(91,39,47); }
H1.HeaderClassName
{
color: #5B272F;
}
.AnyTagClassName
{
color: #5B272F;
}
</style>
background-color css
<style>
a { background-color: #5B272F; }
a { background-color: rgb(91,39,47); }
div.DivClassName
{
background-color: #5B272F;
}
.BgClassName
{
background-color: #5B272F;
}
</style>
border-color css
<style>
span { border-color: #5B272F; }
span { border-color: rgb(91,39,47); }
td.TdClassName
{
border-color: #5B272F;
}
.TagClassName
{
border-color: #5B272F;
}
</style>