Shades of Jazz #5A3031
Tints of Jazz #5A3031
RGB
CMYK
RGB Variations
Color information
#5A3031 (or 0x5A3031) is known color: Jazz. HEX triplet: 5A, 30 and 31. RGB value is (90,48,49). Sum of RGB (Red+Green+Blue) = 90+48+49=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3031 is #A5CFCE. Grayscale: #3C3C3C. Windows color (decimal): -10866639 or 3223642. OLE color: 3223642.
HSL color Cylindrical-coordinate representation of color #5A3031: hue angle of 358.57º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A3031 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 48 | 49 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.65 |
| HSL | 358.57º | 0.3% | 0.27% | - |
| HSV(B) | 358.57º | 0.47% | 0.35% | - |
| XYZ | 5.83 | 4.51 | 3.47 | - |
| YUV | 60.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 49 | 0 | 0.47 | 0.46 | 0.65 | 358.57 | 0.3 | 0.27 |
| Hex | 5A | 30 | 31 | 0 | 2F | 2E | 41 | 167 | 1E | 1B |
| Octal | 132 | 60 | 61 | 0 | 57 | 56 | 101 | 547 | 36 | 33 |
| Binary | 1011010 | 110000 | 110001 | 0 | 101111 | 101110 | 1000001 | 101100111 | 11110 | 11011 |
Color Harmonies of #5A3031
Complementary color
Monochromatic Colors of #5A3031
Black with #5A3031
Text Example
Text Example
White with #5A3031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3031; }
p { color: rgb(90,48,49); }
H1.HeaderClassName
{
color: #5A3031;
}
.AnyTagClassName
{
color: #5A3031;
}
</style>
background-color css
<style>
a { background-color: #5A3031; }
a { background-color: rgb(90,48,49); }
div.DivClassName
{
background-color: #5A3031;
}
.BgClassName
{
background-color: #5A3031;
}
</style>
border-color css
<style>
span { border-color: #5A3031; }
span { border-color: rgb(90,48,49); }
td.TdClassName
{
border-color: #5A3031;
}
.TagClassName
{
border-color: #5A3031;
}
</style>