Shades of Jazz #5C282F
Tints of Jazz #5C282F
RGB
CMYK
RGB Variations
Color information
#5C282F (or 0x5C282F) is known color: Jazz. HEX triplet: 5C, 28 and 2F. RGB value is (92,40,47). Sum of RGB (Red+Green+Blue) = 92+40+47=179 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.40% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 92 - color contains mainly: red. Hex color #5C282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C282F is #A3D7D0. Grayscale: #383838. Windows color (decimal): -10737617 or 3090524. OLE color: 3090524.
HSL color Cylindrical-coordinate representation of color #5C282F: hue angle of 351.92º 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 #5C282F is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 40 | 47 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.64 |
| HSL | 351.92º | 0.39% | 0.26% | - |
| HSV(B) | 351.92º | 0.57% | 0.36% | - |
| XYZ | 5.69 | 4 | 3.16 | - |
| YUV | 56.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 47 | 0 | 0.57 | 0.49 | 0.64 | 351.92 | 0.39 | 0.26 |
| Hex | 5C | 28 | 2F | 0 | 39 | 31 | 40 | 160 | 27 | 1A |
| Octal | 134 | 50 | 57 | 0 | 71 | 61 | 100 | 540 | 47 | 32 |
| Binary | 1011100 | 101000 | 101111 | 0 | 111001 | 110001 | 1000000 | 101100000 | 100111 | 11010 |
Color Harmonies of #5C282F
Complementary color
Monochromatic Colors of #5C282F
Black with #5C282F
Text Example
Text Example
White with #5C282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C282F; }
p { color: rgb(92,40,47); }
H1.HeaderClassName
{
color: #5C282F;
}
.AnyTagClassName
{
color: #5C282F;
}
</style>
background-color css
<style>
a { background-color: #5C282F; }
a { background-color: rgb(92,40,47); }
div.DivClassName
{
background-color: #5C282F;
}
.BgClassName
{
background-color: #5C282F;
}
</style>
border-color css
<style>
span { border-color: #5C282F; }
span { border-color: rgb(92,40,47); }
td.TdClassName
{
border-color: #5C282F;
}
.TagClassName
{
border-color: #5C282F;
}
</style>