Shades of Jazz #5D272C
Tints of Jazz #5D272C
RGB
CMYK
RGB Variations
Color information
#5D272C (or 0x5D272C) is known color: Jazz. HEX triplet: 5D, 27 and 2C. RGB value is (93,39,44). Sum of RGB (Red+Green+Blue) = 93+39+44=176 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.84% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 93 - color contains mainly: red. Hex color #5D272C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D272C is #A2D8D3. Grayscale: #373737. Windows color (decimal): -10672340 or 2893661. OLE color: 2893661.
HSL color Cylindrical-coordinate representation of color #5D272C: hue angle of 354.44º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D272C is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 39 | 44 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.64 |
| HSL | 354.44º | 0.41% | 0.26% | - |
| HSV(B) | 354.44º | 0.58% | 0.36% | - |
| XYZ | 5.69 | 3.96 | 2.85 | - |
| YUV | 55.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 39 | 44 | 0 | 0.58 | 0.53 | 0.64 | 354.44 | 0.41 | 0.26 |
| Hex | 5D | 27 | 2C | 0 | 3A | 35 | 40 | 162 | 29 | 1A |
| Octal | 135 | 47 | 54 | 0 | 72 | 65 | 100 | 542 | 51 | 32 |
| Binary | 1011101 | 100111 | 101100 | 0 | 111010 | 110101 | 1000000 | 101100010 | 101001 | 11010 |
Color Harmonies of #5D272C
Complementary color
Monochromatic Colors of #5D272C
Black with #5D272C
Text Example
Text Example
White with #5D272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D272C; }
p { color: rgb(93,39,44); }
H1.HeaderClassName
{
color: #5D272C;
}
.AnyTagClassName
{
color: #5D272C;
}
</style>
background-color css
<style>
a { background-color: #5D272C; }
a { background-color: rgb(93,39,44); }
div.DivClassName
{
background-color: #5D272C;
}
.BgClassName
{
background-color: #5D272C;
}
</style>
border-color css
<style>
span { border-color: #5D272C; }
span { border-color: rgb(93,39,44); }
td.TdClassName
{
border-color: #5D272C;
}
.TagClassName
{
border-color: #5D272C;
}
</style>