Shades of Jazz #5A2D31
Tints of Jazz #5A2D31
RGB
CMYK
RGB Variations
Color information
#5A2D31 (or 0x5A2D31) is known color: Jazz. HEX triplet: 5A, 2D and 31. RGB value is (90,45,49). Sum of RGB (Red+Green+Blue) = 90+45+49=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2D31 is #A5D2CE. Grayscale: #3A3A3A. Windows color (decimal): -10867407 or 3222874. OLE color: 3222874.
HSL color Cylindrical-coordinate representation of color #5A2D31: hue angle of 354.67º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A2D31 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 45 | 49 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.65 |
| HSL | 354.67º | 0.33% | 0.26% | - |
| HSV(B) | 354.67º | 0.5% | 0.35% | - |
| XYZ | 5.71 | 4.27 | 3.43 | - |
| YUV | 58.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 49 | 0 | 0.50 | 0.46 | 0.65 | 354.67 | 0.33 | 0.26 |
| Hex | 5A | 2D | 31 | 0 | 32 | 2E | 41 | 163 | 21 | 1A |
| Octal | 132 | 55 | 61 | 0 | 62 | 56 | 101 | 543 | 41 | 32 |
| Binary | 1011010 | 101101 | 110001 | 0 | 110010 | 101110 | 1000001 | 101100011 | 100001 | 11010 |
Color Harmonies of #5A2D31
Complementary color
Monochromatic Colors of #5A2D31
Black with #5A2D31
Text Example
Text Example
White with #5A2D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2D31; }
p { color: rgb(90,45,49); }
H1.HeaderClassName
{
color: #5A2D31;
}
.AnyTagClassName
{
color: #5A2D31;
}
</style>
background-color css
<style>
a { background-color: #5A2D31; }
a { background-color: rgb(90,45,49); }
div.DivClassName
{
background-color: #5A2D31;
}
.BgClassName
{
background-color: #5A2D31;
}
</style>
border-color css
<style>
span { border-color: #5A2D31; }
span { border-color: rgb(90,45,49); }
td.TdClassName
{
border-color: #5A2D31;
}
.TagClassName
{
border-color: #5A2D31;
}
</style>