Shades of Jazz #5C252D
Tints of Jazz #5C252D
RGB
CMYK
RGB Variations
Color information
#5C252D (or 0x5C252D) is known color: Jazz. HEX triplet: 5C, 25 and 2D. RGB value is (92,37,45). Sum of RGB (Red+Green+Blue) = 92+37+45=174 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.87% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 92 - color contains mainly: red. Hex color #5C252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C252D is #A3DAD2. Grayscale: #363636. Windows color (decimal): -10738387 or 2958684. OLE color: 2958684.
HSL color Cylindrical-coordinate representation of color #5C252D: hue angle of 351.27º 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 #5C252D is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 37 | 45 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.64 |
| HSL | 351.27º | 0.43% | 0.25% | - |
| HSV(B) | 351.27º | 0.6% | 0.36% | - |
| XYZ | 5.55 | 3.79 | 2.92 | - |
| YUV | 54.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 37 | 45 | 0 | 0.60 | 0.51 | 0.64 | 351.27 | 0.43 | 0.25 |
| Hex | 5C | 25 | 2D | 0 | 3C | 33 | 40 | 15F | 2B | 19 |
| Octal | 134 | 45 | 55 | 0 | 74 | 63 | 100 | 537 | 53 | 31 |
| Binary | 1011100 | 100101 | 101101 | 0 | 111100 | 110011 | 1000000 | 101011111 | 101011 | 11001 |
Color Harmonies of #5C252D
Complementary color
Monochromatic Colors of #5C252D
Black with #5C252D
Text Example
Text Example
White with #5C252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C252D; }
p { color: rgb(92,37,45); }
H1.HeaderClassName
{
color: #5C252D;
}
.AnyTagClassName
{
color: #5C252D;
}
</style>
background-color css
<style>
a { background-color: #5C252D; }
a { background-color: rgb(92,37,45); }
div.DivClassName
{
background-color: #5C252D;
}
.BgClassName
{
background-color: #5C252D;
}
</style>
border-color css
<style>
span { border-color: #5C252D; }
span { border-color: rgb(92,37,45); }
td.TdClassName
{
border-color: #5C252D;
}
.TagClassName
{
border-color: #5C252D;
}
</style>