Shades of Jazz #5D252B
Tints of Jazz #5D252B
RGB
CMYK
RGB Variations
Color information
#5D252B (or 0x5D252B) is known color: Jazz. HEX triplet: 5D, 25 and 2B. RGB value is (93,37,43). Sum of RGB (Red+Green+Blue) = 93+37+43=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D252B is #A2DAD4. Grayscale: #363636. Windows color (decimal): -10672853 or 2827613. OLE color: 2827613.
HSL color Cylindrical-coordinate representation of color #5D252B: hue angle of 353.57º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D252B is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 37 | 43 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.64 |
| HSL | 353.57º | 0.43% | 0.25% | - |
| HSV(B) | 353.57º | 0.6% | 0.36% | - |
| XYZ | 5.61 | 3.82 | 2.73 | - |
| YUV | 54.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 43 | 0 | 0.60 | 0.54 | 0.64 | 353.57 | 0.43 | 0.25 |
| Hex | 5D | 25 | 2B | 0 | 3C | 36 | 40 | 162 | 2B | 19 |
| Octal | 135 | 45 | 53 | 0 | 74 | 66 | 100 | 542 | 53 | 31 |
| Binary | 1011101 | 100101 | 101011 | 0 | 111100 | 110110 | 1000000 | 101100010 | 101011 | 11001 |
Color Harmonies of #5D252B
Complementary color
Monochromatic Colors of #5D252B
Black with #5D252B
Text Example
Text Example
White with #5D252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D252B; }
p { color: rgb(93,37,43); }
H1.HeaderClassName
{
color: #5D252B;
}
.AnyTagClassName
{
color: #5D252B;
}
</style>
background-color css
<style>
a { background-color: #5D252B; }
a { background-color: rgb(93,37,43); }
div.DivClassName
{
background-color: #5D252B;
}
.BgClassName
{
background-color: #5D252B;
}
</style>
border-color css
<style>
span { border-color: #5D252B; }
span { border-color: rgb(93,37,43); }
td.TdClassName
{
border-color: #5D252B;
}
.TagClassName
{
border-color: #5D252B;
}
</style>