Shades of Jazz #612A34
Tints of Jazz #612A34
RGB
CMYK
RGB Variations
Color information
#612A34 (or 0x612A34) is known color: Jazz. HEX triplet: 61, 2A and 34. RGB value is (97,42,52). Sum of RGB (Red+Green+Blue) = 97+42+52=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #612A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A34 is #9ED5CB. Grayscale: #3B3B3B. Windows color (decimal): -10409420 or 3418721. OLE color: 3418721.
HSL color Cylindrical-coordinate representation of color #612A34: hue angle of 349.09º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #612A34 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 42 | 52 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.62 |
| HSL | 349.09º | 0.4% | 0.27% | - |
| HSV(B) | 349.09º | 0.57% | 0.38% | - |
| XYZ | 6.38 | 4.45 | 3.77 | - |
| YUV | 59.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 52 | 0 | 0.57 | 0.46 | 0.62 | 349.09 | 0.4 | 0.27 |
| Hex | 61 | 2A | 34 | 0 | 39 | 2E | 3E | 15D | 28 | 1B |
| Octal | 141 | 52 | 64 | 0 | 71 | 56 | 76 | 535 | 50 | 33 |
| Binary | 1100001 | 101010 | 110100 | 0 | 111001 | 101110 | 111110 | 101011101 | 101000 | 11011 |
Color Harmonies of #612A34
Complementary color
Monochromatic Colors of #612A34
Black with #612A34
Text Example
Text Example
White with #612A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612A34; }
p { color: rgb(97,42,52); }
H1.HeaderClassName
{
color: #612A34;
}
.AnyTagClassName
{
color: #612A34;
}
</style>
background-color css
<style>
a { background-color: #612A34; }
a { background-color: rgb(97,42,52); }
div.DivClassName
{
background-color: #612A34;
}
.BgClassName
{
background-color: #612A34;
}
</style>
border-color css
<style>
span { border-color: #612A34; }
span { border-color: rgb(97,42,52); }
td.TdClassName
{
border-color: #612A34;
}
.TagClassName
{
border-color: #612A34;
}
</style>