Shades of Jazz #61363A
Tints of Jazz #61363A
RGB
CMYK
RGB Variations
Color information
#61363A (or 0x61363A) is known color: Jazz. HEX triplet: 61, 36 and 3A. RGB value is (97,54,58). Sum of RGB (Red+Green+Blue) = 97+54+58=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61363A is #9EC9C5. Grayscale: #434343. Windows color (decimal): -10406342 or 3815009. OLE color: 3815009.
HSL color Cylindrical-coordinate representation of color #61363A: hue angle of 354.42º 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 #61363A is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 54 | 58 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.62 |
| HSL | 354.42º | 0.28% | 0.3% | - |
| HSV(B) | 354.42º | 0.44% | 0.38% | - |
| XYZ | 7.01 | 5.49 | 4.69 | - |
| YUV | 67.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 58 | 0 | 0.44 | 0.40 | 0.62 | 354.42 | 0.28 | 0.3 |
| Hex | 61 | 36 | 3A | 0 | 2C | 28 | 3E | 162 | 1C | 1E |
| Octal | 141 | 66 | 72 | 0 | 54 | 50 | 76 | 542 | 34 | 36 |
| Binary | 1100001 | 110110 | 111010 | 0 | 101100 | 101000 | 111110 | 101100010 | 11100 | 11110 |
Color Harmonies of #61363A
Complementary color
Monochromatic Colors of #61363A
Black with #61363A
Text Example
Text Example
White with #61363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61363A; }
p { color: rgb(97,54,58); }
H1.HeaderClassName
{
color: #61363A;
}
.AnyTagClassName
{
color: #61363A;
}
</style>
background-color css
<style>
a { background-color: #61363A; }
a { background-color: rgb(97,54,58); }
div.DivClassName
{
background-color: #61363A;
}
.BgClassName
{
background-color: #61363A;
}
</style>
border-color css
<style>
span { border-color: #61363A; }
span { border-color: rgb(97,54,58); }
td.TdClassName
{
border-color: #61363A;
}
.TagClassName
{
border-color: #61363A;
}
</style>