Shades of Jazz #612A2D
Tints of Jazz #612A2D
RGB
CMYK
RGB Variations
Color information
#612A2D (or 0x612A2D) is known color: Jazz. HEX triplet: 61, 2A and 2D. RGB value is (97,42,45). Sum of RGB (Red+Green+Blue) = 97+42+45=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #612A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A2D is #9ED5D2. Grayscale: #3A3A3A. Windows color (decimal): -10409427 or 2959969. OLE color: 2959969.
HSL color Cylindrical-coordinate representation of color #612A2D: hue angle of 356.73º 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 #612A2D is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 42 | 45 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.62 |
| HSL | 356.73º | 0.4% | 0.27% | - |
| HSV(B) | 356.73º | 0.57% | 0.38% | - |
| XYZ | 6.23 | 4.39 | 3 | - |
| YUV | 58.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 45 | 0 | 0.57 | 0.54 | 0.62 | 356.73 | 0.4 | 0.27 |
| Hex | 61 | 2A | 2D | 0 | 39 | 36 | 3E | 165 | 28 | 1B |
| Octal | 141 | 52 | 55 | 0 | 71 | 66 | 76 | 545 | 50 | 33 |
| Binary | 1100001 | 101010 | 101101 | 0 | 111001 | 110110 | 111110 | 101100101 | 101000 | 11011 |
Color Harmonies of #612A2D
Complementary color
Monochromatic Colors of #612A2D
Black with #612A2D
Text Example
Text Example
White with #612A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612A2D; }
p { color: rgb(97,42,45); }
H1.HeaderClassName
{
color: #612A2D;
}
.AnyTagClassName
{
color: #612A2D;
}
</style>
background-color css
<style>
a { background-color: #612A2D; }
a { background-color: rgb(97,42,45); }
div.DivClassName
{
background-color: #612A2D;
}
.BgClassName
{
background-color: #612A2D;
}
</style>
border-color css
<style>
span { border-color: #612A2D; }
span { border-color: rgb(97,42,45); }
td.TdClassName
{
border-color: #612A2D;
}
.TagClassName
{
border-color: #612A2D;
}
</style>