Shades of Jazz #61282F
Tints of Jazz #61282F
RGB
CMYK
RGB Variations
Color information
#61282F (or 0x61282F) is known color: Jazz. HEX triplet: 61, 28 and 2F. RGB value is (97,40,47). Sum of RGB (Red+Green+Blue) = 97+40+47=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #61282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61282F is #9ED7D0. Grayscale: #393939. Windows color (decimal): -10409937 or 3090529. OLE color: 3090529.
HSL color Cylindrical-coordinate representation of color #61282F: hue angle of 352.63º 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 #61282F is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 40 | 47 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.62 |
| HSL | 352.63º | 0.42% | 0.27% | - |
| HSV(B) | 352.63º | 0.59% | 0.38% | - |
| XYZ | 6.2 | 4.26 | 3.19 | - |
| YUV | 57.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 40 | 47 | 0 | 0.59 | 0.52 | 0.62 | 352.63 | 0.42 | 0.27 |
| Hex | 61 | 28 | 2F | 0 | 3B | 34 | 3E | 161 | 2A | 1B |
| Octal | 141 | 50 | 57 | 0 | 73 | 64 | 76 | 541 | 52 | 33 |
| Binary | 1100001 | 101000 | 101111 | 0 | 111011 | 110100 | 111110 | 101100001 | 101010 | 11011 |
Color Harmonies of #61282F
Complementary color
Monochromatic Colors of #61282F
Black with #61282F
Text Example
Text Example
White with #61282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61282F; }
p { color: rgb(97,40,47); }
H1.HeaderClassName
{
color: #61282F;
}
.AnyTagClassName
{
color: #61282F;
}
</style>
background-color css
<style>
a { background-color: #61282F; }
a { background-color: rgb(97,40,47); }
div.DivClassName
{
background-color: #61282F;
}
.BgClassName
{
background-color: #61282F;
}
</style>
border-color css
<style>
span { border-color: #61282F; }
span { border-color: rgb(97,40,47); }
td.TdClassName
{
border-color: #61282F;
}
.TagClassName
{
border-color: #61282F;
}
</style>