Shades of Jazz #5D252D
Tints of Jazz #5D252D
RGB
CMYK
RGB Variations
Color information
#5D252D (or 0x5D252D) is known color: Jazz. HEX triplet: 5D, 25 and 2D. RGB value is (93,37,45). Sum of RGB (Red+Green+Blue) = 93+37+45=175 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.14% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 93 - color contains mainly: red. Hex color #5D252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D252D is #A2DAD2. Grayscale: #363636. Windows color (decimal): -10672851 or 2958685. OLE color: 2958685.
HSL color Cylindrical-coordinate representation of color #5D252D: hue angle of 351.43º 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 #5D252D is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 37 | 45 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.64 |
| HSL | 351.43º | 0.43% | 0.25% | - |
| HSV(B) | 351.43º | 0.6% | 0.36% | - |
| XYZ | 5.65 | 3.84 | 2.93 | - |
| YUV | 54.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 45 | 0 | 0.60 | 0.52 | 0.64 | 351.43 | 0.43 | 0.25 |
| Hex | 5D | 25 | 2D | 0 | 3C | 34 | 40 | 15F | 2B | 19 |
| Octal | 135 | 45 | 55 | 0 | 74 | 64 | 100 | 537 | 53 | 31 |
| Binary | 1011101 | 100101 | 101101 | 0 | 111100 | 110100 | 1000000 | 101011111 | 101011 | 11001 |
Color Harmonies of #5D252D
Complementary color
Monochromatic Colors of #5D252D
Black with #5D252D
Text Example
Text Example
White with #5D252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D252D; }
p { color: rgb(93,37,45); }
H1.HeaderClassName
{
color: #5D252D;
}
.AnyTagClassName
{
color: #5D252D;
}
</style>
background-color css
<style>
a { background-color: #5D252D; }
a { background-color: rgb(93,37,45); }
div.DivClassName
{
background-color: #5D252D;
}
.BgClassName
{
background-color: #5D252D;
}
</style>
border-color css
<style>
span { border-color: #5D252D; }
span { border-color: rgb(93,37,45); }
td.TdClassName
{
border-color: #5D252D;
}
.TagClassName
{
border-color: #5D252D;
}
</style>