Shades of Jazz #61383B
Tints of Jazz #61383B
RGB
CMYK
RGB Variations
Color information
#61383B (or 0x61383B) is known color: Jazz. HEX triplet: 61, 38 and 3B. RGB value is (97,56,59). Sum of RGB (Red+Green+Blue) = 97+56+59=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61383B is #9EC7C4. Grayscale: #444444. Windows color (decimal): -10405829 or 3881057. OLE color: 3881057.
HSL color Cylindrical-coordinate representation of color #61383B: hue angle of 355.61º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61383B is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 56 | 59 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.62 |
| HSL | 355.61º | 0.27% | 0.3% | - |
| HSV(B) | 355.61º | 0.42% | 0.38% | - |
| XYZ | 7.13 | 5.69 | 4.86 | - |
| YUV | 68.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 59 | 0 | 0.42 | 0.39 | 0.62 | 355.61 | 0.27 | 0.3 |
| Hex | 61 | 38 | 3B | 0 | 2A | 27 | 3E | 164 | 1B | 1E |
| Octal | 141 | 70 | 73 | 0 | 52 | 47 | 76 | 544 | 33 | 36 |
| Binary | 1100001 | 111000 | 111011 | 0 | 101010 | 100111 | 111110 | 101100100 | 11011 | 11110 |
Color Harmonies of #61383B
Complementary color
Monochromatic Colors of #61383B
Black with #61383B
Text Example
Text Example
White with #61383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61383B; }
p { color: rgb(97,56,59); }
H1.HeaderClassName
{
color: #61383B;
}
.AnyTagClassName
{
color: #61383B;
}
</style>
background-color css
<style>
a { background-color: #61383B; }
a { background-color: rgb(97,56,59); }
div.DivClassName
{
background-color: #61383B;
}
.BgClassName
{
background-color: #61383B;
}
</style>
border-color css
<style>
span { border-color: #61383B; }
span { border-color: rgb(97,56,59); }
td.TdClassName
{
border-color: #61383B;
}
.TagClassName
{
border-color: #61383B;
}
</style>