Shades of Jazz #61292F
Tints of Jazz #61292F
RGB
CMYK
RGB Variations
Color information
#61292F (or 0x61292F) is known color: Jazz. HEX triplet: 61, 29 and 2F. RGB value is (97,41,47). Sum of RGB (Red+Green+Blue) = 97+41+47=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #61292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61292F is #9ED6D0. Grayscale: #3A3A3A. Windows color (decimal): -10409681 or 3090785. OLE color: 3090785.
HSL color Cylindrical-coordinate representation of color #61292F: hue angle of 353.57º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61292F is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 41 | 47 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.62 |
| HSL | 353.57º | 0.41% | 0.27% | - |
| HSV(B) | 353.57º | 0.58% | 0.38% | - |
| XYZ | 6.24 | 4.33 | 3.2 | - |
| YUV | 58.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 41 | 47 | 0 | 0.58 | 0.52 | 0.62 | 353.57 | 0.41 | 0.27 |
| Hex | 61 | 29 | 2F | 0 | 3A | 34 | 3E | 162 | 29 | 1B |
| Octal | 141 | 51 | 57 | 0 | 72 | 64 | 76 | 542 | 51 | 33 |
| Binary | 1100001 | 101001 | 101111 | 0 | 111010 | 110100 | 111110 | 101100010 | 101001 | 11011 |
Color Harmonies of #61292F
Complementary color
Monochromatic Colors of #61292F
Black with #61292F
Text Example
Text Example
White with #61292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61292F; }
p { color: rgb(97,41,47); }
H1.HeaderClassName
{
color: #61292F;
}
.AnyTagClassName
{
color: #61292F;
}
</style>
background-color css
<style>
a { background-color: #61292F; }
a { background-color: rgb(97,41,47); }
div.DivClassName
{
background-color: #61292F;
}
.BgClassName
{
background-color: #61292F;
}
</style>
border-color css
<style>
span { border-color: #61292F; }
span { border-color: rgb(97,41,47); }
td.TdClassName
{
border-color: #61292F;
}
.TagClassName
{
border-color: #61292F;
}
</style>