Shades of Jazz #612D35
Tints of Jazz #612D35
RGB
CMYK
RGB Variations
Color information
#612D35 (or 0x612D35) is known color: Jazz. HEX triplet: 61, 2D and 35. RGB value is (97,45,53). Sum of RGB (Red+Green+Blue) = 97+45+53=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #612D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D35 is #9ED2CA. Grayscale: #3D3D3D. Windows color (decimal): -10408651 or 3485025. OLE color: 3485025.
HSL color Cylindrical-coordinate representation of color #612D35: hue angle of 350.77º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #612D35 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 45 | 53 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.62 |
| HSL | 350.77º | 0.37% | 0.28% | - |
| HSV(B) | 350.77º | 0.54% | 0.38% | - |
| XYZ | 6.51 | 4.68 | 3.93 | - |
| YUV | 61.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 53 | 0 | 0.54 | 0.45 | 0.62 | 350.77 | 0.37 | 0.28 |
| Hex | 61 | 2D | 35 | 0 | 36 | 2D | 3E | 15F | 25 | 1C |
| Octal | 141 | 55 | 65 | 0 | 66 | 55 | 76 | 537 | 45 | 34 |
| Binary | 1100001 | 101101 | 110101 | 0 | 110110 | 101101 | 111110 | 101011111 | 100101 | 11100 |
Color Harmonies of #612D35
Complementary color
Monochromatic Colors of #612D35
Black with #612D35
Text Example
Text Example
White with #612D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D35; }
p { color: rgb(97,45,53); }
H1.HeaderClassName
{
color: #612D35;
}
.AnyTagClassName
{
color: #612D35;
}
</style>
background-color css
<style>
a { background-color: #612D35; }
a { background-color: rgb(97,45,53); }
div.DivClassName
{
background-color: #612D35;
}
.BgClassName
{
background-color: #612D35;
}
</style>
border-color css
<style>
span { border-color: #612D35; }
span { border-color: rgb(97,45,53); }
td.TdClassName
{
border-color: #612D35;
}
.TagClassName
{
border-color: #612D35;
}
</style>