Shades of Jazz #5A2B2F
Tints of Jazz #5A2B2F
RGB
CMYK
RGB Variations
Color information
#5A2B2F (or 0x5A2B2F) is known color: Jazz. HEX triplet: 5A, 2B and 2F. RGB value is (90,43,47). Sum of RGB (Red+Green+Blue) = 90+43+47=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2B2F is #A5D4D0. Grayscale: #393939. Windows color (decimal): -10867921 or 3091290. OLE color: 3091290.
HSL color Cylindrical-coordinate representation of color #5A2B2F: hue angle of 354.89º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A2B2F is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 43 | 47 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.65 |
| HSL | 354.89º | 0.35% | 0.26% | - |
| HSV(B) | 354.89º | 0.52% | 0.35% | - |
| XYZ | 5.59 | 4.11 | 3.19 | - |
| YUV | 57.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 43 | 47 | 0 | 0.52 | 0.48 | 0.65 | 354.89 | 0.35 | 0.26 |
| Hex | 5A | 2B | 2F | 0 | 34 | 30 | 41 | 163 | 23 | 1A |
| Octal | 132 | 53 | 57 | 0 | 64 | 60 | 101 | 543 | 43 | 32 |
| Binary | 1011010 | 101011 | 101111 | 0 | 110100 | 110000 | 1000001 | 101100011 | 100011 | 11010 |
Color Harmonies of #5A2B2F
Complementary color
Monochromatic Colors of #5A2B2F
Black with #5A2B2F
Text Example
Text Example
White with #5A2B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2B2F; }
p { color: rgb(90,43,47); }
H1.HeaderClassName
{
color: #5A2B2F;
}
.AnyTagClassName
{
color: #5A2B2F;
}
</style>
background-color css
<style>
a { background-color: #5A2B2F; }
a { background-color: rgb(90,43,47); }
div.DivClassName
{
background-color: #5A2B2F;
}
.BgClassName
{
background-color: #5A2B2F;
}
</style>
border-color css
<style>
span { border-color: #5A2B2F; }
span { border-color: rgb(90,43,47); }
td.TdClassName
{
border-color: #5A2B2F;
}
.TagClassName
{
border-color: #5A2B2F;
}
</style>