Shades of Jazz #61393A
Tints of Jazz #61393A
RGB
CMYK
RGB Variations
Color information
#61393A (or 0x61393A) is known color: Jazz. HEX triplet: 61, 39 and 3A. RGB value is (97,57,58). Sum of RGB (Red+Green+Blue) = 97+57+58=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61393A is #9EC6C5. Grayscale: #454545. Windows color (decimal): -10405574 or 3815777. OLE color: 3815777.
HSL color Cylindrical-coordinate representation of color #61393A: hue angle of 358.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61393A is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 57 | 58 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.62 |
| HSL | 358.5º | 0.26% | 0.3% | - |
| HSV(B) | 358.5º | 0.41% | 0.38% | - |
| XYZ | 7.16 | 5.77 | 4.74 | - |
| YUV | 69.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 57 | 58 | 0 | 0.41 | 0.40 | 0.62 | 358.5 | 0.26 | 0.3 |
| Hex | 61 | 39 | 3A | 0 | 29 | 28 | 3E | 166 | 1A | 1E |
| Octal | 141 | 71 | 72 | 0 | 51 | 50 | 76 | 546 | 32 | 36 |
| Binary | 1100001 | 111001 | 111010 | 0 | 101001 | 101000 | 111110 | 101100110 | 11010 | 11110 |
Color Harmonies of #61393A
Complementary color
Monochromatic Colors of #61393A
Black with #61393A
Text Example
Text Example
White with #61393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61393A; }
p { color: rgb(97,57,58); }
H1.HeaderClassName
{
color: #61393A;
}
.AnyTagClassName
{
color: #61393A;
}
</style>
background-color css
<style>
a { background-color: #61393A; }
a { background-color: rgb(97,57,58); }
div.DivClassName
{
background-color: #61393A;
}
.BgClassName
{
background-color: #61393A;
}
</style>
border-color css
<style>
span { border-color: #61393A; }
span { border-color: rgb(97,57,58); }
td.TdClassName
{
border-color: #61393A;
}
.TagClassName
{
border-color: #61393A;
}
</style>