Shades of Jazz #61383C
Tints of Jazz #61383C
RGB
CMYK
RGB Variations
Color information
#61383C (or 0x61383C) is known color: Jazz. HEX triplet: 61, 38 and 3C. RGB value is (97,56,60). Sum of RGB (Red+Green+Blue) = 97+56+60=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61383C is #9EC7C3. Grayscale: #444444. Windows color (decimal): -10405828 or 3946593. OLE color: 3946593.
HSL color Cylindrical-coordinate representation of color #61383C: hue angle of 354.15º 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 #61383C is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 56 | 60 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.62 |
| HSL | 354.15º | 0.27% | 0.3% | - |
| HSV(B) | 354.15º | 0.42% | 0.38% | - |
| XYZ | 7.16 | 5.7 | 5 | - |
| YUV | 68.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 60 | 0 | 0.42 | 0.38 | 0.62 | 354.15 | 0.27 | 0.3 |
| Hex | 61 | 38 | 3C | 0 | 2A | 26 | 3E | 162 | 1B | 1E |
| Octal | 141 | 70 | 74 | 0 | 52 | 46 | 76 | 542 | 33 | 36 |
| Binary | 1100001 | 111000 | 111100 | 0 | 101010 | 100110 | 111110 | 101100010 | 11011 | 11110 |
Color Harmonies of #61383C
Complementary color
Monochromatic Colors of #61383C
Black with #61383C
Text Example
Text Example
White with #61383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61383C; }
p { color: rgb(97,56,60); }
H1.HeaderClassName
{
color: #61383C;
}
.AnyTagClassName
{
color: #61383C;
}
</style>
background-color css
<style>
a { background-color: #61383C; }
a { background-color: rgb(97,56,60); }
div.DivClassName
{
background-color: #61383C;
}
.BgClassName
{
background-color: #61383C;
}
</style>
border-color css
<style>
span { border-color: #61383C; }
span { border-color: rgb(97,56,60); }
td.TdClassName
{
border-color: #61383C;
}
.TagClassName
{
border-color: #61383C;
}
</style>