Shades of Jazz #61282E
Tints of Jazz #61282E
RGB
CMYK
RGB Variations
Color information
#61282E (or 0x61282E) is known color: Jazz. HEX triplet: 61, 28 and 2E. RGB value is (97,40,46). Sum of RGB (Red+Green+Blue) = 97+40+46=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #61282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61282E is #9ED7D1. Grayscale: #393939. Windows color (decimal): -10409938 or 3024993. OLE color: 3024993.
HSL color Cylindrical-coordinate representation of color #61282E: hue angle of 353.68º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61282E is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 40 | 46 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.62 |
| HSL | 353.68º | 0.42% | 0.27% | - |
| HSV(B) | 353.68º | 0.59% | 0.38% | - |
| XYZ | 6.18 | 4.26 | 3.08 | - |
| YUV | 57.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 40 | 46 | 0 | 0.59 | 0.53 | 0.62 | 353.68 | 0.42 | 0.27 |
| Hex | 61 | 28 | 2E | 0 | 3B | 35 | 3E | 162 | 2A | 1B |
| Octal | 141 | 50 | 56 | 0 | 73 | 65 | 76 | 542 | 52 | 33 |
| Binary | 1100001 | 101000 | 101110 | 0 | 111011 | 110101 | 111110 | 101100010 | 101010 | 11011 |
Color Harmonies of #61282E
Complementary color
Monochromatic Colors of #61282E
Black with #61282E
Text Example
Text Example
White with #61282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61282E; }
p { color: rgb(97,40,46); }
H1.HeaderClassName
{
color: #61282E;
}
.AnyTagClassName
{
color: #61282E;
}
</style>
background-color css
<style>
a { background-color: #61282E; }
a { background-color: rgb(97,40,46); }
div.DivClassName
{
background-color: #61282E;
}
.BgClassName
{
background-color: #61282E;
}
</style>
border-color css
<style>
span { border-color: #61282E; }
span { border-color: rgb(97,40,46); }
td.TdClassName
{
border-color: #61282E;
}
.TagClassName
{
border-color: #61282E;
}
</style>