Shades of Jazz #612A2F
Tints of Jazz #612A2F
RGB
CMYK
RGB Variations
Color information
#612A2F (or 0x612A2F) is known color: Jazz. HEX triplet: 61, 2A and 2F. RGB value is (97,42,47). Sum of RGB (Red+Green+Blue) = 97+42+47=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #612A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A2F is #9ED5D0. Grayscale: #3B3B3B. Windows color (decimal): -10409425 or 3091041. OLE color: 3091041.
HSL color Cylindrical-coordinate representation of color #612A2F: hue angle of 354.55º 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 #612A2F is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 42 | 47 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.62 |
| HSL | 354.55º | 0.4% | 0.27% | - |
| HSV(B) | 354.55º | 0.57% | 0.38% | - |
| XYZ | 6.27 | 4.4 | 3.21 | - |
| YUV | 59.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 47 | 0 | 0.57 | 0.52 | 0.62 | 354.55 | 0.4 | 0.27 |
| Hex | 61 | 2A | 2F | 0 | 39 | 34 | 3E | 163 | 28 | 1B |
| Octal | 141 | 52 | 57 | 0 | 71 | 64 | 76 | 543 | 50 | 33 |
| Binary | 1100001 | 101010 | 101111 | 0 | 111001 | 110100 | 111110 | 101100011 | 101000 | 11011 |
Color Harmonies of #612A2F
Complementary color
Monochromatic Colors of #612A2F
Black with #612A2F
Text Example
Text Example
White with #612A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612A2F; }
p { color: rgb(97,42,47); }
H1.HeaderClassName
{
color: #612A2F;
}
.AnyTagClassName
{
color: #612A2F;
}
</style>
background-color css
<style>
a { background-color: #612A2F; }
a { background-color: rgb(97,42,47); }
div.DivClassName
{
background-color: #612A2F;
}
.BgClassName
{
background-color: #612A2F;
}
</style>
border-color css
<style>
span { border-color: #612A2F; }
span { border-color: rgb(97,42,47); }
td.TdClassName
{
border-color: #612A2F;
}
.TagClassName
{
border-color: #612A2F;
}
</style>