Shades of Jazz #5C282A
Tints of Jazz #5C282A
RGB
CMYK
RGB Variations
Color information
#5C282A (or 0x5C282A) is known color: Jazz. HEX triplet: 5C, 28 and 2A. RGB value is (92,40,42). Sum of RGB (Red+Green+Blue) = 92+40+42=174 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.87% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 92 - color contains mainly: red. Hex color #5C282A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C282A is #A3D7D5. Grayscale: #373737. Windows color (decimal): -10737622 or 2762844. OLE color: 2762844.
HSL color Cylindrical-coordinate representation of color #5C282A: hue angle of 357.69º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C282A is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 40 | 42 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.64 |
| HSL | 357.69º | 0.39% | 0.26% | - |
| HSV(B) | 357.69º | 0.57% | 0.36% | - |
| XYZ | 5.59 | 3.96 | 2.66 | - |
| YUV | 55.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 42 | 0 | 0.57 | 0.54 | 0.64 | 357.69 | 0.39 | 0.26 |
| Hex | 5C | 28 | 2A | 0 | 39 | 36 | 40 | 166 | 27 | 1A |
| Octal | 134 | 50 | 52 | 0 | 71 | 66 | 100 | 546 | 47 | 32 |
| Binary | 1011100 | 101000 | 101010 | 0 | 111001 | 110110 | 1000000 | 101100110 | 100111 | 11010 |
Color Harmonies of #5C282A
Complementary color
Monochromatic Colors of #5C282A
Black with #5C282A
Text Example
Text Example
White with #5C282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C282A; }
p { color: rgb(92,40,42); }
H1.HeaderClassName
{
color: #5C282A;
}
.AnyTagClassName
{
color: #5C282A;
}
</style>
background-color css
<style>
a { background-color: #5C282A; }
a { background-color: rgb(92,40,42); }
div.DivClassName
{
background-color: #5C282A;
}
.BgClassName
{
background-color: #5C282A;
}
</style>
border-color css
<style>
span { border-color: #5C282A; }
span { border-color: rgb(92,40,42); }
td.TdClassName
{
border-color: #5C282A;
}
.TagClassName
{
border-color: #5C282A;
}
</style>