Shades of Jazz #5B2E2F
Tints of Jazz #5B2E2F
RGB
CMYK
RGB Variations
Color information
#5B2E2F (or 0x5B2E2F) is known color: Jazz. HEX triplet: 5B, 2E and 2F. RGB value is (91,46,47). Sum of RGB (Red+Green+Blue) = 91+46+47=184 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.46% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2E2F is #A4D1D0. Grayscale: #3B3B3B. Windows color (decimal): -10801617 or 3092059. OLE color: 3092059.
HSL color Cylindrical-coordinate representation of color #5B2E2F: hue angle of 358.67º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B2E2F is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 46 | 47 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.64 |
| HSL | 358.67º | 0.33% | 0.27% | - |
| HSV(B) | 358.67º | 0.49% | 0.36% | - |
| XYZ | 5.8 | 4.38 | 3.23 | - |
| YUV | 59.57 | 120.91 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 46 | 47 | 0 | 0.49 | 0.48 | 0.64 | 358.67 | 0.33 | 0.27 |
| Hex | 5B | 2E | 2F | 0 | 31 | 30 | 40 | 167 | 21 | 1B |
| Octal | 133 | 56 | 57 | 0 | 61 | 60 | 100 | 547 | 41 | 33 |
| Binary | 1011011 | 101110 | 101111 | 0 | 110001 | 110000 | 1000000 | 101100111 | 100001 | 11011 |
Color Harmonies of #5B2E2F
Complementary color
Monochromatic Colors of #5B2E2F
Black with #5B2E2F
Text Example
Text Example
White with #5B2E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2E2F; }
p { color: rgb(91,46,47); }
H1.HeaderClassName
{
color: #5B2E2F;
}
.AnyTagClassName
{
color: #5B2E2F;
}
</style>
background-color css
<style>
a { background-color: #5B2E2F; }
a { background-color: rgb(91,46,47); }
div.DivClassName
{
background-color: #5B2E2F;
}
.BgClassName
{
background-color: #5B2E2F;
}
</style>
border-color css
<style>
span { border-color: #5B2E2F; }
span { border-color: rgb(91,46,47); }
td.TdClassName
{
border-color: #5B2E2F;
}
.TagClassName
{
border-color: #5B2E2F;
}
</style>