Shades of Jazz #61363B
Tints of Jazz #61363B
RGB
CMYK
RGB Variations
Color information
#61363B (or 0x61363B) is known color: Jazz. HEX triplet: 61, 36 and 3B. RGB value is (97,54,59). Sum of RGB (Red+Green+Blue) = 97+54+59=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #61363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61363B is #9EC9C4. Grayscale: #434343. Windows color (decimal): -10406341 or 3880545. OLE color: 3880545.
HSL color Cylindrical-coordinate representation of color #61363B: hue angle of 353.02º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61363B is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 54 | 59 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.62 |
| HSL | 353.02º | 0.28% | 0.3% | - |
| HSV(B) | 353.02º | 0.44% | 0.38% | - |
| XYZ | 7.04 | 5.5 | 4.83 | - |
| YUV | 67.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 59 | 0 | 0.44 | 0.39 | 0.62 | 353.02 | 0.28 | 0.3 |
| Hex | 61 | 36 | 3B | 0 | 2C | 27 | 3E | 161 | 1C | 1E |
| Octal | 141 | 66 | 73 | 0 | 54 | 47 | 76 | 541 | 34 | 36 |
| Binary | 1100001 | 110110 | 111011 | 0 | 101100 | 100111 | 111110 | 101100001 | 11100 | 11110 |
Color Harmonies of #61363B
Complementary color
Monochromatic Colors of #61363B
Black with #61363B
Text Example
Text Example
White with #61363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61363B; }
p { color: rgb(97,54,59); }
H1.HeaderClassName
{
color: #61363B;
}
.AnyTagClassName
{
color: #61363B;
}
</style>
background-color css
<style>
a { background-color: #61363B; }
a { background-color: rgb(97,54,59); }
div.DivClassName
{
background-color: #61363B;
}
.BgClassName
{
background-color: #61363B;
}
</style>
border-color css
<style>
span { border-color: #61363B; }
span { border-color: rgb(97,54,59); }
td.TdClassName
{
border-color: #61363B;
}
.TagClassName
{
border-color: #61363B;
}
</style>