Shades of Jazz #613A3B
Tints of Jazz #613A3B
RGB
CMYK
RGB Variations
Color information
#613A3B (or 0x613A3B) is known color: Jazz. HEX triplet: 61, 3A and 3B. RGB value is (97,58,59). Sum of RGB (Red+Green+Blue) = 97+58+59=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #613A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A3B is #9EC5C4. Grayscale: #454545. Windows color (decimal): -10405317 or 3881569. OLE color: 3881569.
HSL color Cylindrical-coordinate representation of color #613A3B: hue angle of 358.46º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A3B is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 58 | 59 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.62 |
| HSL | 358.46º | 0.25% | 0.3% | - |
| HSV(B) | 358.46º | 0.4% | 0.38% | - |
| XYZ | 7.23 | 5.88 | 4.89 | - |
| YUV | 69.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 59 | 0 | 0.40 | 0.39 | 0.62 | 358.46 | 0.25 | 0.3 |
| Hex | 61 | 3A | 3B | 0 | 28 | 27 | 3E | 166 | 19 | 1E |
| Octal | 141 | 72 | 73 | 0 | 50 | 47 | 76 | 546 | 31 | 36 |
| Binary | 1100001 | 111010 | 111011 | 0 | 101000 | 100111 | 111110 | 101100110 | 11001 | 11110 |
Color Harmonies of #613A3B
Complementary color
Monochromatic Colors of #613A3B
Black with #613A3B
Text Example
Text Example
White with #613A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A3B; }
p { color: rgb(97,58,59); }
H1.HeaderClassName
{
color: #613A3B;
}
.AnyTagClassName
{
color: #613A3B;
}
</style>
background-color css
<style>
a { background-color: #613A3B; }
a { background-color: rgb(97,58,59); }
div.DivClassName
{
background-color: #613A3B;
}
.BgClassName
{
background-color: #613A3B;
}
</style>
border-color css
<style>
span { border-color: #613A3B; }
span { border-color: rgb(97,58,59); }
td.TdClassName
{
border-color: #613A3B;
}
.TagClassName
{
border-color: #613A3B;
}
</style>