Shades of Jazz #61373A
Tints of Jazz #61373A
RGB
CMYK
RGB Variations
Color information
#61373A (or 0x61373A) is known color: Jazz. HEX triplet: 61, 37 and 3A. RGB value is (97,55,58). Sum of RGB (Red+Green+Blue) = 97+55+58=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #61373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61373A is #9EC8C5. Grayscale: #434343. Windows color (decimal): -10406086 or 3815265. OLE color: 3815265.
HSL color Cylindrical-coordinate representation of color #61373A: hue angle of 355.71º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61373A is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 55 | 58 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.62 |
| HSL | 355.71º | 0.28% | 0.3% | - |
| HSV(B) | 355.71º | 0.43% | 0.38% | - |
| XYZ | 7.06 | 5.58 | 4.71 | - |
| YUV | 67.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 55 | 58 | 0 | 0.43 | 0.40 | 0.62 | 355.71 | 0.28 | 0.3 |
| Hex | 61 | 37 | 3A | 0 | 2B | 28 | 3E | 164 | 1C | 1E |
| Octal | 141 | 67 | 72 | 0 | 53 | 50 | 76 | 544 | 34 | 36 |
| Binary | 1100001 | 110111 | 111010 | 0 | 101011 | 101000 | 111110 | 101100100 | 11100 | 11110 |
Color Harmonies of #61373A
Complementary color
Monochromatic Colors of #61373A
Black with #61373A
Text Example
Text Example
White with #61373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61373A; }
p { color: rgb(97,55,58); }
H1.HeaderClassName
{
color: #61373A;
}
.AnyTagClassName
{
color: #61373A;
}
</style>
background-color css
<style>
a { background-color: #61373A; }
a { background-color: rgb(97,55,58); }
div.DivClassName
{
background-color: #61373A;
}
.BgClassName
{
background-color: #61373A;
}
</style>
border-color css
<style>
span { border-color: #61373A; }
span { border-color: rgb(97,55,58); }
td.TdClassName
{
border-color: #61373A;
}
.TagClassName
{
border-color: #61373A;
}
</style>