Shades of Jazz #61393B
Tints of Jazz #61393B
RGB
CMYK
RGB Variations
Color information
#61393B (or 0x61393B) is known color: Jazz. HEX triplet: 61, 39 and 3B. RGB value is (97,57,59). Sum of RGB (Red+Green+Blue) = 97+57+59=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61393B is #9EC6C4. Grayscale: #454545. Windows color (decimal): -10405573 or 3881313. OLE color: 3881313.
HSL color Cylindrical-coordinate representation of color #61393B: hue angle of 357º 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 #61393B is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 57 | 59 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.62 |
| HSL | 357º | 0.26% | 0.3% | - |
| HSV(B) | 357º | 0.41% | 0.38% | - |
| XYZ | 7.18 | 5.78 | 4.88 | - |
| YUV | 69.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 57 | 59 | 0 | 0.41 | 0.39 | 0.62 | 357 | 0.26 | 0.3 |
| Hex | 61 | 39 | 3B | 0 | 29 | 27 | 3E | 165 | 1A | 1E |
| Octal | 141 | 71 | 73 | 0 | 51 | 47 | 76 | 545 | 32 | 36 |
| Binary | 1100001 | 111001 | 111011 | 0 | 101001 | 100111 | 111110 | 101100101 | 11010 | 11110 |
Color Harmonies of #61393B
Complementary color
Monochromatic Colors of #61393B
Black with #61393B
Text Example
Text Example
White with #61393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61393B; }
p { color: rgb(97,57,59); }
H1.HeaderClassName
{
color: #61393B;
}
.AnyTagClassName
{
color: #61393B;
}
</style>
background-color css
<style>
a { background-color: #61393B; }
a { background-color: rgb(97,57,59); }
div.DivClassName
{
background-color: #61393B;
}
.BgClassName
{
background-color: #61393B;
}
</style>
border-color css
<style>
span { border-color: #61393B; }
span { border-color: rgb(97,57,59); }
td.TdClassName
{
border-color: #61393B;
}
.TagClassName
{
border-color: #61393B;
}
</style>