Shades of Jazz #5D282A
Tints of Jazz #5D282A
RGB
CMYK
RGB Variations
Color information
#5D282A (or 0x5D282A) is known color: Jazz. HEX triplet: 5D, 28 and 2A. RGB value is (93,40,42). Sum of RGB (Red+Green+Blue) = 93+40+42=175 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.14% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 93 - color contains mainly: red. Hex color #5D282A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D282A is #A2D7D5. Grayscale: #383838. Windows color (decimal): -10672086 or 2762845. OLE color: 2762845.
HSL color Cylindrical-coordinate representation of color #5D282A: hue angle of 357.74º degrees, saturation: 0.4, 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 #5D282A is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 40 | 42 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.64 |
| HSL | 357.74º | 0.4% | 0.26% | - |
| HSV(B) | 357.74º | 0.57% | 0.36% | - |
| XYZ | 5.69 | 4.01 | 2.66 | - |
| YUV | 56.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 40 | 42 | 0 | 0.57 | 0.55 | 0.64 | 357.74 | 0.4 | 0.26 |
| Hex | 5D | 28 | 2A | 0 | 39 | 37 | 40 | 166 | 28 | 1A |
| Octal | 135 | 50 | 52 | 0 | 71 | 67 | 100 | 546 | 50 | 32 |
| Binary | 1011101 | 101000 | 101010 | 0 | 111001 | 110111 | 1000000 | 101100110 | 101000 | 11010 |
Color Harmonies of #5D282A
Complementary color
Monochromatic Colors of #5D282A
Black with #5D282A
Text Example
Text Example
White with #5D282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D282A; }
p { color: rgb(93,40,42); }
H1.HeaderClassName
{
color: #5D282A;
}
.AnyTagClassName
{
color: #5D282A;
}
</style>
background-color css
<style>
a { background-color: #5D282A; }
a { background-color: rgb(93,40,42); }
div.DivClassName
{
background-color: #5D282A;
}
.BgClassName
{
background-color: #5D282A;
}
</style>
border-color css
<style>
span { border-color: #5D282A; }
span { border-color: rgb(93,40,42); }
td.TdClassName
{
border-color: #5D282A;
}
.TagClassName
{
border-color: #5D282A;
}
</style>