Shades of Jazz #612A32
Tints of Jazz #612A32
RGB
CMYK
RGB Variations
Color information
#612A32 (or 0x612A32) is known color: Jazz. HEX triplet: 61, 2A and 32. RGB value is (97,42,50). Sum of RGB (Red+Green+Blue) = 97+42+50=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #612A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A32 is #9ED5CD. Grayscale: #3B3B3B. Windows color (decimal): -10409422 or 3287649. OLE color: 3287649.
HSL color Cylindrical-coordinate representation of color #612A32: hue angle of 351.27º 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 #612A32 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 42 | 50 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.62 |
| HSL | 351.27º | 0.4% | 0.27% | - |
| HSV(B) | 351.27º | 0.57% | 0.38% | - |
| XYZ | 6.33 | 4.43 | 3.54 | - |
| YUV | 59.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 50 | 0 | 0.57 | 0.48 | 0.62 | 351.27 | 0.4 | 0.27 |
| Hex | 61 | 2A | 32 | 0 | 39 | 30 | 3E | 15F | 28 | 1B |
| Octal | 141 | 52 | 62 | 0 | 71 | 60 | 76 | 537 | 50 | 33 |
| Binary | 1100001 | 101010 | 110010 | 0 | 111001 | 110000 | 111110 | 101011111 | 101000 | 11011 |
Color Harmonies of #612A32
Complementary color
Monochromatic Colors of #612A32
Black with #612A32
Text Example
Text Example
White with #612A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612A32; }
p { color: rgb(97,42,50); }
H1.HeaderClassName
{
color: #612A32;
}
.AnyTagClassName
{
color: #612A32;
}
</style>
background-color css
<style>
a { background-color: #612A32; }
a { background-color: rgb(97,42,50); }
div.DivClassName
{
background-color: #612A32;
}
.BgClassName
{
background-color: #612A32;
}
</style>
border-color css
<style>
span { border-color: #612A32; }
span { border-color: rgb(97,42,50); }
td.TdClassName
{
border-color: #612A32;
}
.TagClassName
{
border-color: #612A32;
}
</style>