Shades of Jazz #612C33
Tints of Jazz #612C33
RGB
CMYK
RGB Variations
Color information
#612C33 (or 0x612C33) is known color: Jazz. HEX triplet: 61, 2C and 33. RGB value is (97,44,51). Sum of RGB (Red+Green+Blue) = 97+44+51=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #612C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612C33 is #9ED3CC. Grayscale: #3C3C3C. Windows color (decimal): -10408909 or 3353697. OLE color: 3353697.
HSL color Cylindrical-coordinate representation of color #612C33: hue angle of 352.08º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #612C33 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 44 | 51 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.62 |
| HSL | 352.08º | 0.38% | 0.28% | - |
| HSV(B) | 352.08º | 0.55% | 0.38% | - |
| XYZ | 6.43 | 4.58 | 3.68 | - |
| YUV | 60.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 51 | 0 | 0.55 | 0.47 | 0.62 | 352.08 | 0.38 | 0.28 |
| Hex | 61 | 2C | 33 | 0 | 37 | 2F | 3E | 160 | 26 | 1C |
| Octal | 141 | 54 | 63 | 0 | 67 | 57 | 76 | 540 | 46 | 34 |
| Binary | 1100001 | 101100 | 110011 | 0 | 110111 | 101111 | 111110 | 101100000 | 100110 | 11100 |
Color Harmonies of #612C33
Complementary color
Monochromatic Colors of #612C33
Black with #612C33
Text Example
Text Example
White with #612C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612C33; }
p { color: rgb(97,44,51); }
H1.HeaderClassName
{
color: #612C33;
}
.AnyTagClassName
{
color: #612C33;
}
</style>
background-color css
<style>
a { background-color: #612C33; }
a { background-color: rgb(97,44,51); }
div.DivClassName
{
background-color: #612C33;
}
.BgClassName
{
background-color: #612C33;
}
</style>
border-color css
<style>
span { border-color: #612C33; }
span { border-color: rgb(97,44,51); }
td.TdClassName
{
border-color: #612C33;
}
.TagClassName
{
border-color: #612C33;
}
</style>