Shades of Jazz #5C282C
Tints of Jazz #5C282C
RGB
CMYK
RGB Variations
Color information
#5C282C (or 0x5C282C) is known color: Jazz. HEX triplet: 5C, 28 and 2C. RGB value is (92,40,44). Sum of RGB (Red+Green+Blue) = 92+40+44=176 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.27% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 92 - color contains mainly: red. Hex color #5C282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C282C is #A3D7D3. Grayscale: #383838. Windows color (decimal): -10737620 or 2893916. OLE color: 2893916.
HSL color Cylindrical-coordinate representation of color #5C282C: hue angle of 355.38º 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 #5C282C is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 40 | 44 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.64 |
| HSL | 355.38º | 0.39% | 0.26% | - |
| HSV(B) | 355.38º | 0.57% | 0.36% | - |
| XYZ | 5.63 | 3.97 | 2.85 | - |
| YUV | 56 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 44 | 0 | 0.57 | 0.52 | 0.64 | 355.38 | 0.39 | 0.26 |
| Hex | 5C | 28 | 2C | 0 | 39 | 34 | 40 | 163 | 27 | 1A |
| Octal | 134 | 50 | 54 | 0 | 71 | 64 | 100 | 543 | 47 | 32 |
| Binary | 1011100 | 101000 | 101100 | 0 | 111001 | 110100 | 1000000 | 101100011 | 100111 | 11010 |
Color Harmonies of #5C282C
Complementary color
Monochromatic Colors of #5C282C
Black with #5C282C
Text Example
Text Example
White with #5C282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C282C; }
p { color: rgb(92,40,44); }
H1.HeaderClassName
{
color: #5C282C;
}
.AnyTagClassName
{
color: #5C282C;
}
</style>
background-color css
<style>
a { background-color: #5C282C; }
a { background-color: rgb(92,40,44); }
div.DivClassName
{
background-color: #5C282C;
}
.BgClassName
{
background-color: #5C282C;
}
</style>
border-color css
<style>
span { border-color: #5C282C; }
span { border-color: rgb(92,40,44); }
td.TdClassName
{
border-color: #5C282C;
}
.TagClassName
{
border-color: #5C282C;
}
</style>