Shades of Jazz #5A2A2E
Tints of Jazz #5A2A2E
RGB
CMYK
RGB Variations
Color information
#5A2A2E (or 0x5A2A2E) is known color: Jazz. HEX triplet: 5A, 2A and 2E. RGB value is (90,42,46). Sum of RGB (Red+Green+Blue) = 90+42+46=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2A2E is #A5D5D1. Grayscale: #383838. Windows color (decimal): -10868178 or 3025498. OLE color: 3025498.
HSL color Cylindrical-coordinate representation of color #5A2A2E: hue angle of 355º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A2A2E is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 42 | 46 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.65 |
| HSL | 355º | 0.36% | 0.26% | - |
| HSV(B) | 355º | 0.53% | 0.35% | - |
| XYZ | 5.54 | 4.03 | 3.07 | - |
| YUV | 56.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 42 | 46 | 0 | 0.53 | 0.49 | 0.65 | 355 | 0.36 | 0.26 |
| Hex | 5A | 2A | 2E | 0 | 35 | 31 | 41 | 163 | 24 | 1A |
| Octal | 132 | 52 | 56 | 0 | 65 | 61 | 101 | 543 | 44 | 32 |
| Binary | 1011010 | 101010 | 101110 | 0 | 110101 | 110001 | 1000001 | 101100011 | 100100 | 11010 |
Color Harmonies of #5A2A2E
Complementary color
Monochromatic Colors of #5A2A2E
Black with #5A2A2E
Text Example
Text Example
White with #5A2A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2A2E; }
p { color: rgb(90,42,46); }
H1.HeaderClassName
{
color: #5A2A2E;
}
.AnyTagClassName
{
color: #5A2A2E;
}
</style>
background-color css
<style>
a { background-color: #5A2A2E; }
a { background-color: rgb(90,42,46); }
div.DivClassName
{
background-color: #5A2A2E;
}
.BgClassName
{
background-color: #5A2A2E;
}
</style>
border-color css
<style>
span { border-color: #5A2A2E; }
span { border-color: rgb(90,42,46); }
td.TdClassName
{
border-color: #5A2A2E;
}
.TagClassName
{
border-color: #5A2A2E;
}
</style>