Shades of Jazz #612B32
Tints of Jazz #612B32
RGB
CMYK
RGB Variations
Color information
#612B32 (or 0x612B32) is known color: Jazz. HEX triplet: 61, 2B and 32. RGB value is (97,43,50). Sum of RGB (Red+Green+Blue) = 97+43+50=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #612B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B32 is #9ED4CD. Grayscale: #3B3B3B. Windows color (decimal): -10409166 or 3287905. OLE color: 3287905.
HSL color Cylindrical-coordinate representation of color #612B32: hue angle of 352.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #612B32 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 43 | 50 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.62 |
| HSL | 352.22º | 0.39% | 0.27% | - |
| HSV(B) | 352.22º | 0.56% | 0.38% | - |
| XYZ | 6.37 | 4.5 | 3.55 | - |
| YUV | 59.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 50 | 0 | 0.56 | 0.48 | 0.62 | 352.22 | 0.39 | 0.27 |
| Hex | 61 | 2B | 32 | 0 | 38 | 30 | 3E | 160 | 27 | 1B |
| Octal | 141 | 53 | 62 | 0 | 70 | 60 | 76 | 540 | 47 | 33 |
| Binary | 1100001 | 101011 | 110010 | 0 | 111000 | 110000 | 111110 | 101100000 | 100111 | 11011 |
Color Harmonies of #612B32
Complementary color
Monochromatic Colors of #612B32
Black with #612B32
Text Example
Text Example
White with #612B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612B32; }
p { color: rgb(97,43,50); }
H1.HeaderClassName
{
color: #612B32;
}
.AnyTagClassName
{
color: #612B32;
}
</style>
background-color css
<style>
a { background-color: #612B32; }
a { background-color: rgb(97,43,50); }
div.DivClassName
{
background-color: #612B32;
}
.BgClassName
{
background-color: #612B32;
}
</style>
border-color css
<style>
span { border-color: #612B32; }
span { border-color: rgb(97,43,50); }
td.TdClassName
{
border-color: #612B32;
}
.TagClassName
{
border-color: #612B32;
}
</style>