Shades of Siren #611F37
Tints of Siren #611F37
RGB
CMYK
RGB Variations
Color information
#611F37 (or 0x611F37) is known color: Siren. HEX triplet: 61, 1F and 37. RGB value is (97,31,55). Sum of RGB (Red+Green+Blue) = 97+31+55=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #611F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611F37 is #9EE0C8. Grayscale: #353535. Windows color (decimal): -10412233 or 3612513. OLE color: 3612513.
HSL color Cylindrical-coordinate representation of color #611F37: hue angle of 338.18º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #611F37 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 31 | 55 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.62 |
| HSL | 338.18º | 0.52% | 0.25% | - |
| HSV(B) | 338.18º | 0.68% | 0.38% | - |
| XYZ | 6.11 | 3.8 | 4.03 | - |
| YUV | 53.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 31 | 55 | 0 | 0.68 | 0.43 | 0.62 | 338.18 | 0.52 | 0.25 |
| Hex | 61 | 1F | 37 | 0 | 44 | 2B | 3E | 152 | 34 | 19 |
| Octal | 141 | 37 | 67 | 0 | 104 | 53 | 76 | 522 | 64 | 31 |
| Binary | 1100001 | 11111 | 110111 | 0 | 1000100 | 101011 | 111110 | 101010010 | 110100 | 11001 |
Color Harmonies of #611F37
Complementary color
Monochromatic Colors of #611F37
Black with #611F37
Text Example
Text Example
White with #611F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611F37; }
p { color: rgb(97,31,55); }
H1.HeaderClassName
{
color: #611F37;
}
.AnyTagClassName
{
color: #611F37;
}
</style>
background-color css
<style>
a { background-color: #611F37; }
a { background-color: rgb(97,31,55); }
div.DivClassName
{
background-color: #611F37;
}
.BgClassName
{
background-color: #611F37;
}
</style>
border-color css
<style>
span { border-color: #611F37; }
span { border-color: rgb(97,31,55); }
td.TdClassName
{
border-color: #611F37;
}
.TagClassName
{
border-color: #611F37;
}
</style>